mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Less debug prints
This commit is contained in:
parent
0904433c87
commit
9703494f32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user