diff --git a/test/teos/e2e/conftest.py b/test/teos/e2e/conftest.py index 1cf4c63..f9e7f0b 100644 --- a/test/teos/e2e/conftest.py +++ b/test/teos/e2e/conftest.py @@ -17,8 +17,6 @@ END_TIME_DELTA = 10 @pytest.fixture(scope="session") def bitcoin_cli(): config = get_config(DATA_DIR, CONF_FILE_NAME, DEFAULT_CONF) - print(config) - # btc_connect_params = {k: v["value"] for k, v in DEFAULT_CONF.items() if k.startswith("BTC")} return AuthServiceProxy( "http://%s:%s@%s:%d"