From 980188909fd17b4ad1cef77cf63269c2cad815e4 Mon Sep 17 00:00:00 2001 From: Teddy Ding Date: Thu, 26 Sep 2024 15:00:17 -0400 Subject: [PATCH] Remove warning on OE as experimental feature --- protocol/app/app.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/protocol/app/app.go b/protocol/app/app.go index 74470433b2..c3afbfcd1c 100644 --- a/protocol/app/app.go +++ b/protocol/app/app.go @@ -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()