Skip to content

Commit

Permalink
BF: Added missing NullHandler to logger in git.remote
Browse files Browse the repository at this point in the history
  • Loading branch information
bpoldrack committed Sep 21, 2017
1 parent cf8dc25 commit 2b3c16c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git/remote.py
Expand Up @@ -38,6 +38,7 @@


log = logging.getLogger('git.remote')
log.addHandler(logging.NullHandler())


__all__ = ('RemoteProgress', 'PushInfo', 'FetchInfo', 'Remote')
Expand Down

0 comments on commit 2b3c16c

Please sign in to comment.