Skip to content

Commit 6656540

Browse files
committed
Remove outdated fork observer helptext
1 parent 18b42eb commit 6656540

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/warnet/project.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -425,13 +425,6 @@ def new_internal(directory: Path, from_init=False):
425425
click.echo(
426426
f"\nEdit the network files found in {custom_network_path} before deployment if you want to customise the network."
427427
)
428-
if fork_observer:
429-
click.echo(
430-
"If you enabled fork-observer you must forward the port from the cluster to your local machine:\n"
431-
"`kubectl port-forward fork-observer 2323`\n"
432-
"fork-observer will then be available at web address: localhost:2323"
433-
)
434-
435428
click.echo("\nWhen you're ready, run the following command to deploy this network:")
436429
click.echo(f" warnet deploy {custom_network_path}")
437430

0 commit comments

Comments
 (0)