From 9fff48e01f09062243a26b9ff3cb6d903fb51a87 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Mon, 22 Apr 2019 14:00:57 +0300 Subject: [PATCH] removed accidentally committed debug lines --- dbms/tests/integration/helpers/cluster.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dbms/tests/integration/helpers/cluster.py b/dbms/tests/integration/helpers/cluster.py index 3758c157d50..240cc2c8695 100644 --- a/dbms/tests/integration/helpers/cluster.py +++ b/dbms/tests/integration/helpers/cluster.py @@ -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