Spaces:
Running
Running
Commit ·
7fa8e8d
1
Parent(s): d13cac7
small print removal
Browse files- agent/main.py +0 -1
agent/main.py
CHANGED
|
@@ -119,7 +119,6 @@ async def event_listener(
|
|
| 119 |
print(format_error(error))
|
| 120 |
turn_complete_event.set()
|
| 121 |
elif event.event_type == "shutdown":
|
| 122 |
-
print("Agent shutdown")
|
| 123 |
break
|
| 124 |
elif event.event_type == "processing":
|
| 125 |
print("Processing...", flush=True)
|
|
|
|
| 119 |
print(format_error(error))
|
| 120 |
turn_complete_event.set()
|
| 121 |
elif event.event_type == "shutdown":
|
|
|
|
| 122 |
break
|
| 123 |
elif event.event_type == "processing":
|
| 124 |
print("Processing...", flush=True)
|