removed accidentally committed debug lines

This commit is contained in:
Yuriy 2019-04-22 14:00:57 +03:00
parent e4766a4ef9
commit 9fff48e01f

View File

@ -316,8 +316,6 @@ class ClickHouseCluster:
subprocess_check_call(self.base_mongo_cmd + ['up', '-d', '--force-recreate'])
self.wait_mongo_to_start(30)
import pdb
pdb.set_trace()
subprocess_check_call(self.base_cmd + ['up', '-d', '--no-recreate'])
start_deadline = time.time() + 20.0 # seconds