소스 검색

Убрал дебаг

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();