summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-12-05 12:25:42 -0500
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-12-05 12:25:42 -0500
commitfd9f443fd6de63e3d41d9454218cc04539b06e2e (patch)
tree6bacabc7460092b5e0d84358d8a1d3a145963c9c
parentdd0d200d370211b18da7978c34962d9b71970b7a (diff)
downloadbuildstream-fd9f443fd6de63e3d41d9454218cc04539b06e2e.tar.gz
element.py: Removing unconditional INFO message when staging
This seems to be debug print left around in the branch.
-rw-r--r--buildstream/element.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildstream/element.py b/buildstream/element.py
index 41b27aaaa..5df22f787 100644
--- a/buildstream/element.py
+++ b/buildstream/element.py
@@ -461,7 +461,6 @@ class Element(Plugin):
if result.ignored:
ignored[dep.name] = result.ignored
- self.info("Total collected overlaps", detail=str(overlaps))
if overlaps:
detail = "Staged files overwrite existing files in staging area:\n"
for f, elements in overlaps.items():