Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Commit

Permalink
Remove Storage.__del__
Browse files Browse the repository at this point in the history
On some machines the log message caused "Write to closed fd" while
Python shutdown.  It was never all that helpful...
  • Loading branch information
scbash committed Oct 21, 2010
1 parent 672da40 commit 7d3a04e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tracext/git/PyGIT.py
Expand Up @@ -262,9 +262,6 @@ def __init__(self, git_dir, log, git_bin='git', git_fs_encoding=None):
self.__commit_msg_cache = SizedDict(200)
self.__commit_msg_lock = Lock()

def __del__(self):
self.logger.debug("PyGIT.Storage instance %d destructed" % id(self))

#
# cache handling
#
Expand Down

0 comments on commit 7d3a04e

Please sign in to comment.