mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Remove test prints
This commit is contained in:
@@ -37,10 +37,7 @@ def get_newly_trimmed_messages(full_message_history, current_context):
|
||||
new_index = full_message_history.index(last_message)
|
||||
|
||||
prev_index = new_index
|
||||
|
||||
print(f"New messages not in context:\n {new_messages_not_in_context}\n")
|
||||
print(f"Prev index updated to: {prev_index}")
|
||||
|
||||
|
||||
return new_messages_not_in_context
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user