From 010da5d69141fd2b3c909a74c4a810e6856d1263 Mon Sep 17 00:00:00 2001 From: haad Date: Sat, 5 Mar 2016 12:12:05 +0100 Subject: [PATCH] Remove log message --- src/OrbitDB.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OrbitDB.js b/src/OrbitDB.js index 334b919..7c917ae 100644 --- a/src/OrbitDB.js +++ b/src/OrbitDB.js @@ -24,7 +24,7 @@ class OrbitDB { } sync(channel, hash) { - console.log("--> Head:", hash) + // console.log("--> Head:", hash) if(hash && this._logs[channel]) { const other = OrbitList.fromIpfsHash(this._ipfs, hash); this._logs[channel].join(other);