chore: remove debug print

This commit is contained in:
youben11
2022-04-15 07:10:05 +01:00
committed by Ayoub Benaissa
parent 1fca8f4b91
commit 8350d4abc4

View File

@@ -27,5 +27,4 @@ def no_parallel(request):
break
if found_parallel:
break
print("no_parallel = ", not found_parallel)
return not found_parallel