summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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] == '(':