siteinfo.bbclass: Remove spurious print.
authorKhem Raj <raj.khem@gmail.com>
Tue, 6 Oct 2009 23:39:11 +0000 (16:39 -0700)
committerKhem Raj <raj.khem@gmail.com>
Tue, 6 Oct 2009 23:39:11 +0000 (16:39 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
classes/siteinfo.bbclass

index a634125..c3e155b 100644 (file)
@@ -75,7 +75,6 @@ def get_siteinfo_list(d):
                info = targetinfo[target].split()
                info.append(target)
                info.append("common")
-              print info
                return info
        else:
                bb.error("Information not available for target '%s'" % target)