[oe-commits] [openembedded-core] 22/42: recipetool: create: drop debug print

git at git.openembedded.org git at git.openembedded.org
Fri Nov 10 12:32:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3cd00a128c8813cb63569bf549c3c039fbe8b2c4
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Wed Oct 4 11:40:39 2017 +1300

    recipetool: create: drop debug print
    
    This looks like some debug printing that was left in by accident.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 ae53972..fb57e70 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] == '(':

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list