summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-11 17:53:14 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-06-11 17:53:14 +0100
commit0384837b7eea5d7532abbaca62647f069ddbec8f (patch)
tree72c420a7c787cc1fbea0d77590a3a94437edbe39 /morphlib
parent627e79da875b82075f03d8d85e66a73cd5c64a81 (diff)
downloadmorph-0384837b7eea5d7532abbaca62647f069ddbec8f.tar.gz
Remove spurious logging messges
The self.msg method already logs the same information.
Diffstat (limited to 'morphlib')
-rwxr-xr-xmorphlib/app.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index a27c212b..482fdd5d 100755
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -324,7 +324,6 @@ class Morph(cliapp.Application):
for group in order.groups:
for artifact in group:
if artifact in needed:
- logging.debug('Need to build %s' % artifact.name)
self.msg('Building %s' % artifact.name)
if install_chunks:
self.install_artifacts(staging_area, lac,
@@ -332,7 +331,6 @@ class Morph(cliapp.Application):
to_install = []
builder.build_and_cache(artifact)
else:
- logging.debug('No need to build %s' % artifact.name)
self.msg('Using cached %s' % artifact.name)
to_install.extend(