1 parent cf8dc25 commit 5e11a68Copy full SHA for 5e11a68
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