From 5c234ce6c9effc0ae98c26e55bb01648e33248d1 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 4 Oct 2017 11:40:39 +1300 Subject: recipetool: create: drop debug print This looks like some debug printing that was left in by accident. Signed-off-by: Paul Eggleton --- scripts/lib/recipetool/create_npm.py | 1 - 1 file changed, 1 deletion(-) 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] == '(': -- cgit 1.2.3-korg