]> code.ossystems Code Review - openembedded-core.git/commitdiff
recipetool: create: drop debug print
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Tue, 3 Oct 2017 22:40:39 +0000 (11:40 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Nov 2017 14:44:31 +0000 (14:44 +0000)
This looks like some debug printing that was left in by accident.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create_npm.py

index ae5397262e82f6a26a6a0d237fbecc854fcfc724..fb57e705f25c6ff4a8fd084d0dd04b3946f24466 100644 (file)
@@ -73,7 +73,6 @@ class NpmRecipeHandler(RecipeHandler):
                     license = license.replace(' ', '_')
                     if not license[0] == '(':
                         license = '(' + license + ')'
-                    print('LICENSE: {}'.format(license))
                 else:
                     license = license.replace('AND', '&')
                     if license[0] == '(':