Skip to content

Commit

Permalink
removed a useless print
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Capece committed Jul 22, 2019
1 parent 65551b8 commit 999b449
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ def resource_path(relative_path):
base_path = getattr(sys, "_MEIPASS")
else:
base_path = os.path.abspath(".")
print(os.path.join(base_path, relative_path))
return os.path.join(base_path, relative_path)

class MainWindow(Tk):
Expand Down

0 comments on commit 999b449

Please sign in to comment.