Remove console.log statements
This commit is contained in:
parent
9ab9f25d86
commit
270acd5575
|
|
@ -30,12 +30,10 @@ export default {
|
|||
title: options.title,
|
||||
content: options.content,
|
||||
onClose() {
|
||||
console.log("close");
|
||||
cleanUp();
|
||||
_reject();
|
||||
},
|
||||
onConfirm() {
|
||||
console.log("confirm");
|
||||
cleanUp();
|
||||
_resolve();
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue