Skip to content

Commit

Permalink
[#67] Removed unnecessary debug message.
Browse files Browse the repository at this point in the history
eoyilmaz committed Oct 16, 2024
1 parent 8abcc68 commit 5a1b015
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions DisplayCAL/display_cal.py
Original file line number Diff line number Diff line change
@@ -17695,9 +17695,6 @@ def load_cal_handler(
if getcfg("settings.changed") and not self.settings_confirm_discard():
return

print(f"path : {path}")
print(f"os.path.exists(path): {os.path.exists(path)}")

if not os.path.exists(path):
sel = self.calibration_file_ctrl.GetSelection()
if len(self.recent_cals) > sel and self.recent_cals[sel] == path:

0 comments on commit 5a1b015

Please sign in to comment.