Skip to content

Commit 2524222

Browse files
committed
Fix device info display
1 parent 5e9d128 commit 2524222

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

synapse/cli/rpc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ def start(args):
196196
# Load the configuration proto and build Config object
197197
try:
198198
config_obj = load_config(cfg_path, console)
199-
print(config_obj.nodes[0].name)
200199
except Exception as e:
201200
console.print(
202201
f"[bold red]Failed to parse configuration file[/bold red]: {e}"

0 commit comments

Comments
 (0)