remove debub console log

This commit is contained in:
jacr13 2021-07-12 22:08:42 +02:00
parent c6237277c0
commit 3e305b79b2

View File

@ -271,7 +271,6 @@ export default {
},
test() {
console.log("test notification");
this.processing = true;
this.$root.getSocket().emit("testNotification", this.notification, (res) => {
this.$root.toastRes(res)