From: W. Trevor King Date: Sat, 16 Apr 2011 14:51:01 +0000 (-0400) Subject: Don't log maxdate/mindate unless we tweak them. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f32c5d47531d7aa91b5c413aef0b33d6eee110ad;p=mw2txt.git Don't log maxdate/mindate unless we tweak them. --- 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)