1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

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 <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2017-10-04 11:40:39 +13:00
committed by Richard Purdie
parent b5c72fe584
commit 941902d6bb
-1
View File
@@ -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] == '(':