Remove log message

This commit is contained in:
haad 2016-03-05 12:12:05 +01:00
parent 8686317bf2
commit 010da5d691

View File

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