Less debug prints

This commit is contained in:
alesapin 2020-09-07 11:25:14 +03:00
parent 0904433c87
commit 9703494f32

View File

@ -71,7 +71,7 @@ class CommandRequest:
self.stderr_file = tempfile.TemporaryFile()
self.ignore_error = ignore_error
print " ".join(command)
# print " ".join(command)
# we suppress stderror on client becase sometimes thread sanitizer
# can print some debug information there