summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-14 13:19:11 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-14 13:19:11 +0000
commitaeb8c3a75990be29ca4692889709e027e91f5659 (patch)
tree5dc3784c91163cca73d3e0baa4826f98cc137ba4 /morphlib
parent2bf41f2809f2a97b2c84bf75df725fcba75b5624 (diff)
downloadmorph-aeb8c3a75990be29ca4692889709e027e91f5659.tar.gz
Drop an unnecessary print statement.
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/sourcemanager.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/sourcemanager.py b/morphlib/sourcemanager.py
index ced3e53e..0631e3d2 100644
--- a/morphlib/sourcemanager.py
+++ b/morphlib/sourcemanager.py
@@ -111,7 +111,6 @@ class SourceManager(object):
(bundle, cached_repo))
try:
os.mkdir(cached_repo)
- print cached_repo, bundle, self.msg
morphlib.git.extract_bundle(cached_repo, bundle,
self.msg)
self.msg('Setting origin to %s' % repo_url)