From 05b01ef4da20b1593000f1d4e0bdcb2da6dc230c Mon Sep 17 00:00:00 2001 From: lijin23 <41257772+lj970926@users.noreply.github.com> Date: Sun, 14 Sep 2025 13:25:40 +0800 Subject: [PATCH] fix duplicated logger in eager_utils (#10410) --- python/sglang/srt/speculative/eagle_utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/sglang/srt/speculative/eagle_utils.py b/python/sglang/srt/speculative/eagle_utils.py index 14450e9b1..e6c55df18 100644 --- a/python/sglang/srt/speculative/eagle_utils.py +++ b/python/sglang/srt/speculative/eagle_utils.py @@ -26,8 +26,6 @@ from sglang.srt.mem_cache.allocator import BaseTokenToKVPoolAllocator from sglang.srt.model_executor.forward_batch_info import CaptureHiddenMode, ForwardMode from sglang.srt.utils import is_cuda, is_hip, next_power_of_2 -logger = logging.getLogger(__name__) - if is_cuda(): from sgl_kernel import ( fast_topk,