From: Paul Eggleton Date: Tue, 3 Oct 2017 22:40:39 +0000 (+1300) Subject: recipetool: create: drop debug print X-Git-Tag: uninative-1.8~1137 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b0bfa1b1f4377270af9e7f19949cc1781a4e3b9d;p=openembedded-core.git 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 --- 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] == '(':