"...composable_kernel_rocm.git" did not exist on "c1ef73192e9303f48bac53327150dac4983af51d"
Unverified Commit 3bac806e authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

symphony/runner: remove periodic "no valid run" message

parent 312dc747
...@@ -96,7 +96,6 @@ async def amain(): ...@@ -96,7 +96,6 @@ async def amain():
while True: while True:
run_obj = await rc.next_run() run_obj = await rc.next_run()
if not run_obj: if not run_obj:
console.log("No valid run, sleeping")
await asyncio.sleep(5) await asyncio.sleep(5)
continue continue
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment