From c956e7a802fbe6663666feef58a80e2fe99c7a17 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 27 Oct 2020 14:34:12 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/LibsPage/LibsPage.vue | 1 - 1 file changed, 1 deletion(-) 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();