mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-24 13:41:07 +08:00
Remove console.log
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user