Skip to content

Commit d1c7e4b

Browse files
committed
remove logs
1 parent 5049cfa commit d1c7e4b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/state-changes/state.changes.consumer.service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ export class StateChangesConsumerService {
3838
if (blockWithStateChanges.shardID === this.apiConfigService.getMetaChainShardId()) {
3939
return; // skip meta shard
4040
}
41-
console.log(`Consuming state changes for block ${blockWithStateChanges.hash} on shard ${blockWithStateChanges.shardID}`);
42-
const stateChangesDebugging = StateChangesDecoder.decodeStateChangesRaw(blockWithStateChanges);
43-
console.dir(stateChangesDebugging, { depth: null });
4441

4542
const profiler = new PerformanceProfiler('BlockStateChangesProcessing');
4643
const decodingProfiler = new PerformanceProfiler('StateChangesDecoding');

0 commit comments

Comments
 (0)