Skip to content

Commit

Permalink
chore: rm counter
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Jan 12, 2025
1 parent 6d2cda9 commit 27dca31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/programs/data/shared-log/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3600,7 +3600,6 @@ export class SharedLog<
Map<string, EntryReplicated<any>>
> = new Map();

let c = 0;
for await (const entryReplicated of toRebalance<R>(
changeOrChanges,
this.entryCoordinatesIndex,
Expand All @@ -3609,7 +3608,6 @@ export class SharedLog<
if (this.closed) {
break;
}
c++;
let oldPeersSet = this._gidPeersHistory.get(entryReplicated.gid);
let isLeader = false;

Expand Down

0 comments on commit 27dca31

Please sign in to comment.