clickhouse-test: removed obsolete comment #3223

This commit is contained in:
Alexey Milovidov 2018-10-09 21:43:23 +03:00
parent 458b0f256a
commit eda0784feb

View File

@ -86,7 +86,6 @@ def main(args):
server_logs_level = "warning"
os.environ.setdefault("CLICKHOUSE_CLIENT_SERVER_LOGS_LEVEL", server_logs_level)
# TODO ! use clickhouse-extract-from-config here:
if args.zookeeper is None:
code, out = commands.getstatusoutput(args.binary + "-extract-from-config --try --config " + args.configserver + ' --key zookeeper | grep . | wc -l')
try: