Skip to content

Commit

Permalink
Nit remove logs
Browse files Browse the repository at this point in the history
These logs clutter the console due to being called every second/5 seconds
  • Loading branch information
shepherd-l committed Sep 9, 2024
1 parent 2792acf commit 351936f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/core/executors/ExecutorBase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export default abstract class ExecutorBase {
}

protected _flushDeltas(): void {
logMethodCall('ExecutorBase._flushDeltas');
this._deltaQueue = [];
}

Expand Down
1 change: 0 additions & 1 deletion src/core/operationRepo/OperationRepo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ export class OperationRepo {
}

private _flushDeltas(): void {
logMethodCall('OperationRepo._flushDeltas');
this._deltaQueue = [];
}

Expand Down

0 comments on commit 351936f

Please sign in to comment.