diff --git a/client/components/Reader/LibsPage/LibsPage.vue b/client/components/Reader/LibsPage/LibsPage.vue index 25d75fb9..e61ed1c3 100644 --- a/client/components/Reader/LibsPage/LibsPage.vue +++ b/client/components/Reader/LibsPage/LibsPage.vue @@ -98,7 +98,6 @@ class LibsPage extends Vue { loadLibs() { const libs = this.libs; - console.log(libs.comment); this.startLink = (libs.comment ? libs.comment + ' ': '') + this.removeProtocol(libs.startLink); this.rootLink = this.getOrigin(libs.startLink); this.updateSelectedLink();