From 4dc4e4e9823d9b246e4786f154c2e4c91e5efff3 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Apr 2020 20:48:34 +0000 Subject: [PATCH] --- ayanova/src/components/wiki-control.vue | 2 -- 1 file changed, 2 deletions(-) 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; }