From: Paul Eggleton Date: Tue, 3 Oct 2017 22:40:39 +0000 (+1300) Subject: recipetool: create: drop debug print X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=941902d6bbf1c59871cbc81eec61b1bf456ad6ae;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git recipetool: create: drop debug print This looks like some debug printing that was left in by accident. (From OE-Core rev: b0bfa1b1f4377270af9e7f19949cc1781a4e3b9d) Signed-off-by: Paul Eggleton Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/recipetool/create_npm.py b/scripts/lib/recipetool/create_npm.py index ae5397262e8..fb57e705f25 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] == '(':