Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
gergesh committed Jun 5, 2022
1 parent 3bb3a08 commit 4e2bbd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/taglib.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ cdef class File:
return self

def __exit__(self, exc_type, exc_value, exc_traceback):
print(self.save_on_exit)
if self.save_on_exit:
self.save()
self.close()
Expand Down

0 comments on commit 4e2bbd9

Please sign in to comment.