Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Shampra committed Mar 20, 2024
1 parent a9d2e7a commit a8f1e51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Enex_to_json/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def create_interface(self):

def resource_path(relative_path):
base_path = getattr(sys, '_MEIPASS', os.path.dirname(os.path.abspath(__file__)))
print(f"Vérif icone : {os.path.join(base_path, relative_path)}")
return os.path.join(base_path, relative_path)

def main(version):
Expand Down

0 comments on commit a8f1e51

Please sign in to comment.