From 40c817f84659ed066cef4f6533942e58aa75814d Mon Sep 17 00:00:00 2001 From: healthyyyoung Date: Tue, 18 Mar 2025 15:59:50 +0800 Subject: [PATCH] save --- log/logger.go | 1 - 1 file changed, 1 deletion(-) diff --git a/log/logger.go b/log/logger.go index 016856c834..010aad718c 100644 --- a/log/logger.go +++ b/log/logger.go @@ -52,7 +52,6 @@ func FromLegacyLevel(lvl int) slog.Level { case legacyLevelTrace: return LevelTrace default: - break } // TODO: should we allow use of custom levels or force them to match existing max/min if they fall outside the range as I am doing here?