From f05462265f3e5325f1065107f8611f2f930d31d2 Mon Sep 17 00:00:00 2001
From: Nanocryk <nanocryk@gmail.com>
Date: Mon, 20 Nov 2017 15:29:57 +0100
Subject: [PATCH] reverse change

---
 lib/index.ts | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/index.ts b/lib/index.ts
index a59971e..b32641f 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 {
-- 
GitLab