Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
domfournier committed Jul 10, 2024
1 parent 3d4eb60 commit 118b4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoapps/inversion/base_inversion_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def open_mesh_app(_) -> None:
# Get a notebook port that is running from the index page.
nb_port = None
servers = list(serverapp.list_running_servers())
print(servers)

for s in servers:
if s["root_dir"] == str(Path("../../../").resolve()):
nb_port = s["port"]
Expand Down

0 comments on commit 118b4ba

Please sign in to comment.