summaryrefslogtreecommitdiffstats
path: root/lib/bb/build.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bb/build.py')
-rw-r--r--lib/bb/build.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/bb/build.py b/lib/bb/build.py
index cebf4c93f..e0e5246f7 100644
--- a/lib/bb/build.py
+++ b/lib/bb/build.py
@@ -376,7 +376,6 @@ def mkstamp(task, d):
if not stamp:
return
stamp = "%s.%s" % (data.expand(stamp, d), task)
- print "Updating %s" % stamp
mkdirhier(os.path.dirname(stamp))
# Remove the file and recreate to force timestamp
# change on broken NFS filesystems