projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
276ee35
)
Don't log maxdate/mindate unless we tweak them.
author
W. Trevor King
<wking@drexel.edu>
Sat, 16 Apr 2011 14:51:01 +0000
(10:51 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 16 Apr 2011 14:51:01 +0000
(10:51 -0400)
posts/entrez/entrez.py
patch
|
blob
|
history
diff --git
a/posts/entrez/entrez.py
b/posts/entrez/entrez.py
index 90dd914635d501ed38b2865afc944c34a0f19697..40f81c48ea71be1637095ea67d9970b8fef2499e 100755
(executable)
--- 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)