get rid of debug print
authorHolger Schurig <schurig@mn-solutions.de>
Thu, 23 Sep 2004 08:54:48 +0000 (08:54 +0000)
committerHolger Schurig <schurig@mn-solutions.de>
Thu, 23 Sep 2004 08:54:48 +0000 (08:54 +0000)
BKrev: 41528f58kxnDKUOFE99X7j9qziyoig

classes/base.oeclass

index a00556b..e70ef41 100644 (file)
@@ -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)