We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fad63e8 + 2b3c16c commit 4bbaf1cCopy full SHA for 4bbaf1c
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