summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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):
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] == '(':