Skip to content

Commit

Permalink
Remove log change
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-dydx committed Dec 12, 2023
1 parent 99f2f3d commit 9efdd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ func New(
)

clobFlags := clobflags.GetClobFlagValuesFromOptions(appOpts)
logger.Info("Parsed CLOB flags", "Flags", clobFlags, "NumHosts", len(clobFlags.MevTelemetryHosts))
logger.Info("Parsed CLOB flags", "Flags", clobFlags)

memClob := clobmodulememclob.NewMemClobPriceTimePriority(app.IndexerEventManager.Enabled())

Expand Down

0 comments on commit 9efdd03

Please sign in to comment.