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