We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff18c4 commit c4083aeCopy full SHA for c4083ae
cmd/run.go
@@ -983,7 +983,9 @@ func runClaimSyncL2IfNeeded(
983
}
984
985
log.Infof("Starting ClaimSyncL2 (autoStart=%t)", *cfg.AutoStart.Resolved)
986
- go res.Start(ctx)
+ log.Warnf("***TESTING NO RUN CLAIM SYNC L2***")
987
+ // TODO: Uncomment this line
988
+ //go res.Start(ctx)
989
return res
990
991
0 commit comments