Skip to content

Commit

Permalink
Remove debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 26, 2024
1 parent 13f8207 commit b7f2a5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renumics/spotlight/webbrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def launch_browser_in_thread(url: str) -> threading.Thread:

def launch_browser(url: str) -> None:
"""Open the app in a browser once it runs."""
print(url)
wait_for(url) # wait also for socket?
try:
webbrowser.open(url)
Expand Down

0 comments on commit b7f2a5f

Please sign in to comment.