[oe-commits] Khem Raj : siteinfo.bbclass: Remove spurious print.

git version control git at git.openembedded.org
Tue Oct 6 23:40:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 64e533c13d53941af1c87fb83a7e17c97972a6c4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=64e533c13d53941af1c87fb83a7e17c97972a6c4

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Oct  6 16:39:11 2009 -0700

siteinfo.bbclass: Remove spurious print.

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 classes/siteinfo.bbclass |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass
index a634125..c3e155b 100644
--- a/classes/siteinfo.bbclass
+++ b/classes/siteinfo.bbclass
@@ -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)





More information about the Openembedded-commits mailing list