Skip to content

Commit

Permalink
Remove confusing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
saten-private committed Jun 30, 2023
1 parent 17b967a commit 139041c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions babyagi.py
Original file line number Diff line number Diff line change
Expand Up @@ -728,8 +728,6 @@ def execution_command(objective: str, command: str, task_list: deque,
try:
output_block = os.read(read, 1024).decode()
except OSError:
# Break the loop if OSError occurs
log("\nOSError rlist\n\n")
break

if output_block:
Expand Down

0 comments on commit 139041c

Please sign in to comment.