We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5049cfa commit d1c7e4bCopy full SHA for d1c7e4b
1 file changed
src/state-changes/state.changes.consumer.service.ts
@@ -38,9 +38,6 @@ export class StateChangesConsumerService {
38
if (blockWithStateChanges.shardID === this.apiConfigService.getMetaChainShardId()) {
39
return; // skip meta shard
40
}
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 });
44
45
const profiler = new PerformanceProfiler('BlockStateChangesProcessing');
46
const decodingProfiler = new PerformanceProfiler('StateChangesDecoding');
0 commit comments