Skip to content

Commit

Permalink
fix: removed spammy debug-logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 20, 2024
1 parent 04d70c0 commit 99912f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gptme/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@ def step(

# performs reduction/context trimming, if necessary
msgs = prepare_messages(log.messages, workspace)
for m in msgs:
logger.debug(f"Prepared message: {m}")

tools = None
if tool_format == "tool":
Expand Down

0 comments on commit 99912f3

Please sign in to comment.