From 6b79e17eeabe4de75df0c9d0489886c26a6ace08 Mon Sep 17 00:00:00 2001 From: Boris Feld Date: Mon, 16 Dec 2024 10:17:27 +0100 Subject: [PATCH] Remove console.log line --- .../(appDetailLayout)/[appId]/overview/tracing/config-popup.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config-popup.tsx b/web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config-popup.tsx index 20b3d39587..17f46c258d 100644 --- a/web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config-popup.tsx +++ b/web/app/(commonLayout)/app/(appDetailLayout)/[appId]/overview/tracing/config-popup.tsx @@ -134,7 +134,6 @@ const ConfigPopup: FC = ({ if (opikConfig) configuredPanels.push(opikPanel) - console.log(configuredPanels) return configuredPanels }