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 Aug 31, 2017
1 parent cf8dc25 commit 5e11a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions git/remote.py
Original file line number Diff line number Diff line change
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 5e11a68

Please sign in to comment.