Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Sep 6, 2024
1 parent 80479ac commit 9b856c6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions constructor/winexe.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,6 @@ def make_nsi(
nsi_path = join(dir_path, 'main.nsi')
with open(nsi_path, 'w') as fo:
fo.write(data)
with open("main.nsi", "w") as fo:
fo.write(data)
# Uncomment to see the file for debugging
# with open('main.nsi', 'w') as fo:
# fo.write(data)
Expand Down

0 comments on commit 9b856c6

Please sign in to comment.