Skip to content

Commit ab04550

Browse files
committed
remove log
1 parent c8090ba commit ab04550

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

yarn-project/sequencer-client/src/global_variable_builder/global_builder.ts

-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ export class SimpleTestGlobalVariableBuilder implements GlobalVariableBuilder {
7373
const currTimestamp = await this.reader.getL1CurrentTime();
7474
const rollupWarpTime = await this.reader.getLastWarpedBlockTs();
7575
const isLastBlockWarped = rollupWarpTime === currTimestamp;
76-
this.log('isLastBlockWarped, ', isLastBlockWarped, rollupWarpTime, currTimestamp, lastTimestamp);
7776
if (isLastBlockWarped) {
7877
lastTimestamp = new Fr(lastTimestamp.value + 1n);
7978
}

0 commit comments

Comments
 (0)