diff options
author | Florian Apolloner <florian@apolloner.eu> | 2008-05-22 23:12:48 +0200 |
---|---|---|
committer | Florian Apolloner <florian@apolloner.eu> | 2008-05-22 23:12:48 +0200 |
commit | 70094734d601e1220c95ac586fdffbda3a23e10b (patch) | |
tree | 0d606de6f55e96dbf8c56e0465706e91454ebdad /lib/git_python | |
parent | 5962862e9ba0a1c9a14306688973946f6f7ce75c (diff) | |
download | gitpython-70094734d601e1220c95ac586fdffbda3a23e10b.tar.gz |
removed stupid print
Diffstat (limited to 'lib/git_python')
-rw-r--r-- | lib/git_python/git.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/git_python/git.py b/lib/git_python/git.py index 2cec4954..aad1f85d 100644 --- a/lib/git_python/git.py +++ b/lib/git_python/git.py @@ -25,7 +25,6 @@ class Git(MethodMissingMixin): The command to execute """ print ' '.join(command) - print self.git_dir proc = subprocess.Popen(command, cwd = self.git_dir, stdout=subprocess.PIPE |