Main: Remove debug print statement for config object

Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
kingbri 2024-09-16 22:24:42 -04:00
parent 46f9fff210
commit 06a798d968

View file

@ -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"