sanity.bbclass: Drop dubious print

(From OE-Core rev: be4cd4614a2a702130d18e9d082fd83a15faa013)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-05-24 09:27:39 +00:00
parent e8197722de
commit 56a2b28724
1 changed files with 0 additions and 1 deletions

View File

@ -375,7 +375,6 @@ def check_sanity(sanity_data):
if not minversion:
# Hack: BB_MIN_VERSION hasn't been parsed yet so return
# and wait for the next call
print("Foo %s" % minversion)
return
if 0 == os.getuid():