Skip to content

Commit df9f167

Browse files
committed
removed print statement
1 parent e51eb59 commit df9f167

File tree

1 file changed

+0
-1
lines changed
  • examples/server/tests/features/steps

1 file changed

+0
-1
lines changed

examples/server/tests/features/steps/steps.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,6 @@ async def wait_for_slots_status(context,
12371237
while True:
12381238
async with await session.get(f'{base_url}/slots', params=params) as slots_response:
12391239
status_code = slots_response.status
1240-
print(await slots_response.text())
12411240
slots = await slots_response.json()
12421241
if context.debug:
12431242
print(f"slots responses {slots}\n")

0 commit comments

Comments
 (0)