Don't log maxdate/mindate unless we tweak them.
authorW. Trevor King <wking@drexel.edu>
Sat, 16 Apr 2011 14:51:01 +0000 (10:51 -0400)
committerW. Trevor King <wking@drexel.edu>
Sat, 16 Apr 2011 14:51:01 +0000 (10:51 -0400)
posts/entrez/entrez.py

index 90dd914635d501ed38b2865afc944c34a0f19697..40f81c48ea71be1637095ea67d9970b8fef2499e 100755 (executable)
@@ -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)