diff options
-rw-r--r-- | meta/classes/sanity.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 325942c3e9..3b01acf56d 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass @@ -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(): |