From: Khem Raj Date: Tue, 6 Oct 2009 23:39:11 +0000 (-0700) Subject: siteinfo.bbclass: Remove spurious print. X-Git-Tag: Release-2010-05/1~2184 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64e533c13d53941af1c87fb83a7e17c97972a6c4;p=openembedded.git siteinfo.bbclass: Remove spurious print. Signed-off-by: Khem Raj --- diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index a634125971..c3e155bc18 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)