From: Holger Schurig Date: Thu, 23 Sep 2004 08:54:48 +0000 (+0000) Subject: get rid of debug print X-Git-Tag: Release-2010-05/1~16958 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fe36c6a33ccf143ddb68c386e686fa2f324fe4c;p=openembedded.git get rid of debug print BKrev: 41528f58kxnDKUOFE99X7j9qziyoig --- diff --git a/classes/base.oeclass b/classes/base.oeclass index a00556bd5d..e70ef41115 100644 --- a/classes/base.oeclass +++ b/classes/base.oeclass @@ -321,7 +321,6 @@ python base_do_patch() { efile = local efile = oe.data.expand(efile, d) patches_dir = oe.data.expand(oe.data.getVar('PATCHES_DIR', d), d) - print "PATCHES_DIR", patches_dir oe.mkdirhier(patches_dir + "/.patches") os.chdir(patches_dir) cmd = "PATH=\"%s\" patcher" % oe.data.getVar("PATH", d, 1)