Skip to content

Commit

Permalink
Remove console leak (#4648)
Browse files Browse the repository at this point in the history
  • Loading branch information
enyst authored Oct 30, 2024
1 parent d9e0344 commit 0ea5dcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions openhands/core/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
DEBUG = os.getenv('DEBUG', 'False').lower() in ['true', '1', 'yes']
if DEBUG:
LOG_LEVEL = 'DEBUG'
import litellm

litellm.set_verbose = True

LOG_TO_FILE = os.getenv('LOG_TO_FILE', 'False').lower() in ['true', '1', 'yes']
DISABLE_COLOR_PRINTING = False
Expand Down

0 comments on commit 0ea5dcc

Please sign in to comment.