From b0bfa1b1f4377270af9e7f19949cc1781a4e3b9d 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 Signed-off-by: Ross Burton --- scripts/lib/recipetool/create_npm.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') 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