From f32c5d47531d7aa91b5c413aef0b33d6eee110ad Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 16 Apr 2011 10:51:01 -0400 Subject: [PATCH] Don't log maxdate/mindate unless we tweak them. --- posts/entrez/entrez.py | 1 - 1 file changed, 1 deletion(-) diff --git a/posts/entrez/entrez.py b/posts/entrez/entrez.py index 90dd914..40f81c4 100755 --- a/posts/entrez/entrez.py +++ b/posts/entrez/entrez.py @@ -567,7 +567,6 @@ if __name__ == '__main__': search_term = args[0] LOG.debug('output %s' % output) - LOG.info('maxdate: %r, mindate %r' % (options.maxdate, options.mindate)) if options.mindate and not options.maxdate: options.maxdate = _time.strftime('%Y/%M/%d') LOG.info('fill in maximum date: %s' % options.maxdate) -- 2.26.2