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-11 12:14:27 +0000 |
commit | 941902d6bbf1c59871cbc81eec61b1bf456ad6ae (patch) | |
tree | 82de1e4542a049d39fbdccdc6f445a986c7ff42b /scripts/lib/recipetool/create_npm.py | |
parent | b5c72fe5844eb334a86ab53bd7238c7da9781562 (diff) | |
download | poky-941902d6bbf1c59871cbc81eec61b1bf456ad6ae.tar.gz |
recipetool: create: drop debug print
This looks like some debug printing that was left in by accident.
(From OE-Core rev: b0bfa1b1f4377270af9e7f19949cc1781a4e3b9d)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/recipetool/create_npm.py')
-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 ae5397262e..fb57e705f2 100644 --- a/scripts/lib/recipetool/create_npm.py +++ b/scripts/lib/recipetool/create_npm.py | |||
@@ -73,7 +73,6 @@ class NpmRecipeHandler(RecipeHandler): | |||
73 | license = license.replace(' ', '_') | 73 | license = license.replace(' ', '_') |
74 | if not license[0] == '(': | 74 | if not license[0] == '(': |
75 | license = '(' + license + ')' | 75 | license = '(' + license + ')' |
76 | print('LICENSE: {}'.format(license)) | ||
77 | else: | 76 | else: |
78 | license = license.replace('AND', '&') | 77 | license = license.replace('AND', '&') |
79 | if license[0] == '(': | 78 | if license[0] == '(': |