We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5962862 commit 7009473Copy full SHA for 7009473
lib/git_python/git.py
@@ -25,7 +25,6 @@ def execute(self, command):
25
The command to execute
26
"""
27
print ' '.join(command)
28
- print self.git_dir
29
proc = subprocess.Popen(command,
30
cwd = self.git_dir,
31
stdout=subprocess.PIPE
0 commit comments