Skip to content

Commit

Permalink
remove debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <[email protected]>
  • Loading branch information
sahlberg committed Nov 10, 2024
1 parent 07aee21 commit 0df14ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pop-fe.py
Original file line number Diff line number Diff line change
Expand Up @@ -4131,7 +4131,6 @@ def process_disk_file(cue_file, idx, temp_files, subdir='./'):
return cue_file, real_cue_file, img_file

def patch_libcrypt(real_disc_ids, cue_files, img_files, subdir='pop-fe-work/'):
print('Patch libcrypt')
for idx in range(len(real_disc_ids)):
if real_disc_ids[idx] not in libcrypt:
continue
Expand Down

0 comments on commit 0df14ed

Please sign in to comment.