base.bbclass: remove bogus debug out. thanks koen for spotting.
authorMichael Lauer <mickey@vanille-media.de>
Tue, 9 May 2006 14:28:11 +0000 (14:28 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 9 May 2006 14:28:11 +0000 (14:28 +0000)
classes/base.bbclass

index c0741a8..5f0e0d2 100644 (file)
@@ -513,7 +513,6 @@ python base_eventhandler() {
        if name.startswith("BuildStarted"):
                bb.data.setVar( 'BB_VERSION', bb.__version__, e.data )
                path_to_bbfiles = bb.data.getVar( 'BBFILES', e.data, 1 )
-               print "path_to_bbfiles = ", path_to_bbfiles
                path_to_packages = path_to_bbfiles[:path_to_bbfiles.rindex( "packages" )]
                monotone_revision = "<unknown>"
                try: