Skip to content

Commit c9399b1

Browse files
committed
remove debug print
1 parent b6dedaa commit c9399b1

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ydb/public/tools/lib/cmds/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ def deploy(arguments):
362362
if os.environ.get('YDB_KAFKA_API_ENABLED', "0") == "1":
363363
kafka_api_port = int(os.environ.get("YDB_KAFKA_PROXY_PORT", "9092"))
364364
optionals['kafka_api_port'] = kafka_api_port
365-
print(f"rekby-debug: kafka enabled, port {kafka_api_port}")
366365

367366
configuration = KikimrConfigGenerator(
368367
erasure=parse_erasure(arguments),

ydb/tests/library/harness/kikimr_config.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ def __init__(
431431
self.yaml_config["feature_flags"]["enable_external_data_sources"] = True
432432
self.yaml_config["feature_flags"]["enable_script_execution_operations"] = True
433433

434-
print(f"rekby-debug: kafka port for config: {kafka_api_port}")
435434
if kafka_api_port is not None:
436435
kafka_proxy_config = dict()
437436
kafka_proxy_config["enable_kafka_proxy"] = True

0 commit comments

Comments
 (0)