diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-10-04 11:40:39 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-10 14:44:31 +0000 |
commit | b0bfa1b1f4377270af9e7f19949cc1781a4e3b9d (patch) | |
tree | 4d47579e6bb1efafadbda41d94888421e8e85c8e /scripts/lib | |
parent | c914a5e1ad6d96e316746222e5d42f2ba9110060 (diff) | |
download | openembedded-core-contrib-b0bfa1b1f4377270af9e7f19949cc1781a4e3b9d.tar.gz |
recipetool: create: drop debug print
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>
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/recipetool/create_npm.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/create_npm.py b/scripts/lib/recipetool/create_npm.py index ae5397262e8..fb57e705f25 100644 --- a/scripts/lib/recipetool/create_npm.py +++ b/scripts/lib/recipetool/create_npm.py @@ -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] == '(': |