diff --git a/ayanova/src/components/wiki-control.vue b/ayanova/src/components/wiki-control.vue index 1cc028e6..e1552a6f 100644 --- a/ayanova/src/components/wiki-control.vue +++ b/ayanova/src/components/wiki-control.vue @@ -897,8 +897,6 @@ export default { let atFile = vm.attachments[j]; if (upFile.name == atFile.name) { //found it - console.log("upload inserting found file:", atFile); - this.insertUrl(atFile.url, atFile.name); break; }