Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac committed Feb 2, 2024
1 parent 596a9d5 commit 1c234e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/sglang/srt/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import threading
import time
from typing import List, Optional, Union
import logging

# Fix a Python bug
setattr(threading, "_register_atexit", lambda *args, **kwargs: None)
Expand Down Expand Up @@ -53,7 +52,6 @@

asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())

logger = logging.getLogger(__name__)

app = FastAPI()
tokenizer_manager = None
Expand Down

0 comments on commit 1c234e1

Please sign in to comment.