mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-05-21 22:36:37 +00:00
Remove log message
This commit is contained in:
parent
8686317bf2
commit
010da5d691
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user