remove debub console log
This commit is contained in:
parent
c6237277c0
commit
3e305b79b2
|
@ -271,7 +271,6 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
test() {
|
test() {
|
||||||
console.log("test notification");
|
|
||||||
this.processing = true;
|
this.processing = true;
|
||||||
this.$root.getSocket().emit("testNotification", this.notification, (res) => {
|
this.$root.getSocket().emit("testNotification", this.notification, (res) => {
|
||||||
this.$root.toastRes(res)
|
this.$root.toastRes(res)
|
||||||
|
|
Loading…
Reference in New Issue