mirror of
https://github.com/orbitdb/orbitdb.git
synced 2025-05-22 06:46:38 +00:00
Remove log message
This commit is contained in:
parent
8686317bf2
commit
010da5d691
@ -24,7 +24,7 @@ class OrbitDB {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sync(channel, hash) {
|
sync(channel, hash) {
|
||||||
console.log("--> Head:", hash)
|
// console.log("--> Head:", hash)
|
||||||
if(hash && this._logs[channel]) {
|
if(hash && this._logs[channel]) {
|
||||||
const other = OrbitList.fromIpfsHash(this._ipfs, hash);
|
const other = OrbitList.fromIpfsHash(this._ipfs, hash);
|
||||||
this._logs[channel].join(other);
|
this._logs[channel].join(other);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user