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