diff --git a/src/tests/ftest/pool/create_all_hw.py b/src/tests/ftest/pool/create_all_hw.py index 3848ddb0d49..2762cd07407 100644 --- a/src/tests/ftest/pool/create_all_hw.py +++ b/src/tests/ftest/pool/create_all_hw.py @@ -64,12 +64,6 @@ def test_one_pool_hw(self): """ deltas_bytes = self.get_deltas("test_one_pool_hw") self.log.info("Test basic pool creation with full storage") - - # Debug - pool = self.get_pool() - pool.query() - pool.destroy() - self.log_deltas(*deltas_bytes) self.check_pool_full_storage(*deltas_bytes)