diff mbox series

rm_work: remove debugging statements

Message ID 20171222233659.6615-1-ross.burton@intel.com
State Accepted
Commit e7da9a3adc1ed430fff7afae4233e62313759b65
Headers show
Series rm_work: remove debugging statements | expand

Commit Message

Ross Burton Dec. 22, 2017, 11:36 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@intel.com>

---
 meta/classes/rm_work.bbclass | 2 --
 1 file changed, 2 deletions(-)

-- 
2.11.0

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
diff mbox series

Patch

diff --git a/meta/classes/rm_work.bbclass b/meta/classes/rm_work.bbclass
index 59180829abf..31d99e4554a 100644
--- a/meta/classes/rm_work.bbclass
+++ b/meta/classes/rm_work.bbclass
@@ -183,8 +183,6 @@  python inject_rm_work() {
         # work in the recipe itself.
         # In practice, addtask() here merely updates the dependencies.
         bb.build.addtask('do_rm_work', 'do_build', ' '.join(deps), d)
-        if "initial" in pn:
-            bb.warn(pn + "2: " + " ".join(deps))
 
     # Always update do_build_without_rm_work dependencies.
     bb.build.addtask('do_build_without_rm_work', '', ' '.join(deps), d)