aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2017-10-04 11:40:39 +1300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2017-11-09 14:47:44 +1300
commit5c234ce6c9effc0ae98c26e55bb01648e33248d1 (patch)
treea754e7c0a9bbfd2dcdbd3efcf5a6a8e9c1c6c03b
parent89f94a910ca76fb2487e308060c5edf1ddfd77c7 (diff)
downloadopenembedded-core-contrib-5c234ce6c9effc0ae98c26e55bb01648e33248d1.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>
-rw-r--r--scripts/lib/recipetool/create_npm.py1
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):
license = license.replace(' ', '_')
if not license[0] == '(':
license = '(' + license + ')'
- print('LICENSE: {}'.format(license))
else:
license = license.replace('AND', '&')
if license[0] == '(':