mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-03-14 15:57:27 +00:00
Main: Remove debug print statement for config object
Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
1
main.py
1
main.py
@@ -118,7 +118,6 @@ def entrypoint(arguments: Optional[dict] = None):
|
||||
|
||||
# Check exllamav2 version and give a descriptive error if it's too old
|
||||
# Skip if launching unsafely
|
||||
print(f"MAIN.PY {config=}")
|
||||
if config.developer.unsafe_launch:
|
||||
logger.warning(
|
||||
"UNSAFE: Skipping ExllamaV2 version check.\n"
|
||||
|
||||
Reference in New Issue
Block a user