Skip to content

Commit

Permalink
Remove warning on OE as experimental feature
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding authored and jonfung-dydx committed Oct 4, 2024
1 parent 54c2e0a commit 9801889
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions protocol/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -395,11 +395,6 @@ func New(
if err := appFlags.Validate(); err != nil {
panic(err)
}
if appFlags.OptimisticExecutionEnabled {
// TODO(OTE-573): Remove warning once OE is fully supported.
logger.Warn("Optimistic execution is enabled. This is a test feature not intended for production use!")
}

initDatadogProfiler(logger, appFlags.DdAgentHost, appFlags.DdTraceAgentPort)

encodingConfig := GetEncodingConfig()
Expand Down

0 comments on commit 9801889

Please sign in to comment.