Skip to content

Commit

Permalink
Merge pull request #104 from gergesh/remove-debug-print
Browse files Browse the repository at this point in the history
Remove debug print
  • Loading branch information
supermihi authored Jun 5, 2022
2 parents 3bb3a08 + 4e2bbd9 commit 39aabb2
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 39aabb2

Please sign in to comment.