瀏覽代碼

Убрал дебаг

Book Pauk 4 年之前
父節點
當前提交
c956e7a802
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      client/components/Reader/LibsPage/LibsPage.vue

+ 0 - 1
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();