diff --git a/src/oplog/log.js b/src/oplog/log.js index 8ce693f..dd76c8c 100644 --- a/src/oplog/log.js +++ b/src/oplog/log.js @@ -318,8 +318,6 @@ const Log = async (identity, { logId, logHeads, access, entryStorage, headsStora /* 6. Add the new entry to heads (=union with current heads) */ await _heads.add(entry) - await _entries.put(entry.hash, entry.bytes) - return true }