Убрал дебаг

This commit is contained in:
Book Pauk
2020-10-27 14:34:12 +07:00
parent dcbc8409e0
commit c956e7a802

View File

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