]> code.ossystems Code Review - openembedded-core.git/commitdiff
Kill the unnecessary setVarFlag debugging message
authorChris Larson <chris_larson@mentor.com>
Thu, 10 Jun 2010 17:36:19 +0000 (10:36 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 2 Jul 2010 14:41:36 +0000 (15:41 +0100)
(Bitbake rev: ef8475796fbab4f76a72bbc106da4c35e3afe2e1)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
bitbake/lib/bb/parse/ast.py

index e7d389e7a5a1091c1f5192759a6d2d4e48797705..4eabe5f2a18b4e3632840c9be5bcbc79f4889563 100644 (file)
@@ -104,7 +104,6 @@ class DataNode(AstNode):
             val = groupd["value"]
 
         if 'flag' in groupd and groupd['flag'] != None:
-            bb.msg.debug(3, bb.msg.domain.Parsing, "setVarFlag(%s, %s, %s, data)" % (key, groupd['flag'], val))
             bb.data.setVarFlag(key, groupd['flag'], val, data)
         elif groupd["lazyques"]:
             assigned = bb.data.getVar("__lazy_assigned", data) or []