diff --git a/lib/index.ts b/lib/index.ts index a59971e83cb54b3a75ee5fe88ece71a097e99a62..b32641fb32dce9d7790b059bdad1f6b15de66a8a 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -123,10 +123,8 @@ export class AtomicFileWebOfTrust implements WebOfTrust { filePath: String; constructor (path: String) { - console.log("before") this.wot = new NativeWebOfTrust(path); this.filePath = path; - console.log("after") } toFile(path: String): Boolean {