Remove a debug statement that crept in
authorRichard Purdie <rpurdie@linux.intel.com>
Wed, 16 Aug 2006 09:47:34 +0000 (09:47 +0000)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 16 Aug 2006 09:47:34 +0000 (09:47 +0000)
lib/bb/build.py

index cebf4c9..e0e5246 100644 (file)
@@ -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