remove console.log

This commit is contained in:
edmondlang
2022-08-06 23:48:23 +08:00
parent e84e39b8a1
commit 1706e2e1a3
@@ -43,10 +43,6 @@
type: String
}
},
created() {
console.log("created detach");
},
mixins: [componentHandler, ModalFormHandler]
}
</script>