Browse Source

remove debub console log

pull/30/head
jacr13 4 years ago
parent
commit
3e305b79b2
  1. 1
      src/components/NotificationDialog.vue

1
src/components/NotificationDialog.vue

@ -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)

Loading…
Cancel
Save