mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
removed accidentally committed debug lines
This commit is contained in:
parent
e4766a4ef9
commit
9fff48e01f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user