chore: remove log

This commit is contained in:
tzhangchi
2022-12-18 11:33:49 +08:00
parent 9596b64249
commit 30dde6cb43
-2
View File
@@ -60,8 +60,6 @@ class UaHelper {
this.isSafari = this.checkUseragent('safari');
this.isWindows = this.checkUseragent('win');
this.isFireFox = this.checkUseragent('firefox');
console.log(this);
}
}