summaryrefslogtreecommitdiff
path: root/git/cmd.py
diff options
context:
space:
mode:
Diffstat (limited to 'git/cmd.py')
-rw-r--r--git/cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/git/cmd.py b/git/cmd.py
index a0319073..960b2a21 100644
--- a/git/cmd.py
+++ b/git/cmd.py
@@ -545,7 +545,6 @@ class Git(LazyMixin):
# Start the process
env = os.environ.copy()
env["LC_MESSAGES"] = "C"
- print(self._environment)
env.update(self._environment)
proc = Popen(command,