From e50bc679b784acd46d41b5d0a618d73a79198a67 Mon Sep 17 00:00:00 2001 From: keisuke-umezawa Date: Thu, 1 Dec 2022 11:15:55 +0900 Subject: [PATCH] Remove console.log --- optuna_dashboard/ts/components/GraphContour.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/optuna_dashboard/ts/components/GraphContour.tsx b/optuna_dashboard/ts/components/GraphContour.tsx index 1f3ec669..813365bd 100644 --- a/optuna_dashboard/ts/components/GraphContour.tsx +++ b/optuna_dashboard/ts/components/GraphContour.tsx @@ -173,7 +173,6 @@ const getAxisInfo = (trials: Trial[], paramName: string): AxisInfo => { ? 1 : 0 ) - console.log(indices) if (indices.length >= 2 && isNumerical(trials, paramName)) { indices.unshift(min)