Skip to content

Commit 09e9e30

Browse files
committed
cleanup
1 parent a59255e commit 09e9e30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/polling-controller/src/BlockTrackerPollingController.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ function BlockTrackerPollingControllerMixin<TBase extends Constructor>(
4343
}
4444

4545
const networkClient = this._getNetworkClientById(networkClientId);
46-
if (networkClient && networkClient.blockTracker) {
47-
console.log('networkClient', networkClient);
46+
if (networkClient) {
4847
const updateOnNewBlock = this._executePoll.bind(
4948
this,
5049
networkClientId,

0 commit comments

Comments
 (0)