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?