diff options
| -rwxr-xr-x | monitor/josef_reader.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/monitor/josef_reader.py b/monitor/josef_reader.py index 698aa6c..5fb565a 100755 --- a/monitor/josef_reader.py +++ b/monitor/josef_reader.py @@ -194,11 +194,11 @@ def db_monitor_domain(domain, log=None, exclude_invalid=None, get_cert=None, iss res.append(me) - print str(count_all) + " matches found. " \ - + str(count_valid) + " valid, " \ - + str(count_expired) + " expired and " \ - + str(count_not_yet_valid) + " not yet valid for " \ - + domain + # print str(count_all) + " matches found. " \ + # + str(count_valid) + " valid, " \ + # + str(count_expired) + " expired and " \ + # + str(count_not_yet_valid) + " not yet valid for " \ + # + domain return res if __name__ == "__main__": |
