[Libreoffice-commits] dev-tools.git: esc-reporting/esc-analyze.py

Shinnok admin at shinnok.com
Mon Jan 22 14:25:16 UTC 2018


 esc-reporting/esc-analyze.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e6b97ad437d03d489a9969a6d1a8fb31ef82a263
Author: Shinnok <admin at shinnok.com>
Date:   Tue Jan 2 13:19:26 2018 +0100

    Remove obsolete debug print.
    
    Change-Id: Ic819efe11cb9b38130ba4c91db6497f9f76dc2d5
    Reviewed-on: https://gerrit.libreoffice.org/47254
    Reviewed-by: Michael Meeks <michael.meeks at collabora.com>
    Tested-by: Michael Meeks <michael.meeks at collabora.com>

diff --git a/esc-reporting/esc-analyze.py b/esc-reporting/esc-analyze.py
index 734de84..2297d64 100755
--- a/esc-reporting/esc-analyze.py
+++ b/esc-reporting/esc-analyze.py
@@ -691,7 +691,6 @@ def analyze_reports():
           statList['reportList']['missing_license'].append(entry)
         elif not statList['people'][ownerEmail]['licenseOK']\
           and not is_domain_mapped(ownerEmail):
-          print(ownerEmail)
           entry['license'] = 'GERRIT: ' + statList['people'][ownerEmail]['licenseText']
           statList['reportList']['missing_license'].append(entry)
 


More information about the Libreoffice-commits mailing list