summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2006-08-16 09:47:34 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2006-08-16 09:47:34 +0000
commit22c899bd47267702b9b747d8324a88f96fe07e99 (patch)
treec4578c17f2217b16491ff1ced6fa76c624f0f1b5
parent7915723f28e80431c5c2bbbdd45337d18baa1131 (diff)
downloadbitbake-22c899bd47267702b9b747d8324a88f96fe07e99.tar.gz
Remove a debug statement that crept in
-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