We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8dc25 commit 2b3c16cCopy full SHA for 2b3c16c
git/remote.py
@@ -38,6 +38,7 @@
38
39
40
log = logging.getLogger('git.remote')
41
+log.addHandler(logging.NullHandler())
42
43
44
__all__ = ('RemoteProgress', 'PushInfo', 'FetchInfo', 'Remote')
0 commit comments