Skip to content

Commit

Permalink
removes old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bryan committed Sep 30, 2024
1 parent c65a73a commit 79d191f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package/heron.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import sys
from HERON.src.main import main
from ui import run_from_gui
from ui.utils import run_in_workbench
from utils import add_local_bin_to_path


Expand All @@ -42,10 +41,6 @@
sys.argv.remove('-w')

if (args.w or not args.input) and not args.definition: # if asked to or if no file is passed, run the GUI
# try:
# run_in_workbench(args.input)
# except RuntimeError:
# run_from_gui(main)
run_from_gui(main)
else:
main()

0 comments on commit 79d191f

Please sign in to comment.