Remove debug output
authorChris Larson <clarson@kergoth.com>
Mon, 28 Jul 2003 23:12:56 +0000 (23:12 +0000)
committerChris Larson <clarson@kergoth.com>
Mon, 28 Jul 2003 23:12:56 +0000 (23:12 +0000)
bin/classes/base.oeclass

index 7f1e071..6b642ba 100644 (file)
@@ -81,7 +81,6 @@ python base_do_patch () {
                if parm.has_key("pnum"):
                        cmd += " -p %s" % parm["pnum"]
                cmd += " -i %s" % efile
-               oe.note('cmd is %s' % cmd)
                ret = os.system(cmd)
                if ret != 0:
                        raise FuncFailed("'patcher' execution failed")