diff eutils.py @ 4:8018bdaef695 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit e0575333e6f08ef02fc66c2764b43ebd15c6b04b
author iuc
date Fri, 10 Jun 2016 15:04:11 -0400
parents af93b2c0515b
children bf282055666a
line wrap: on
line diff
--- a/eutils.py	Fri Jun 10 14:49:32 2016 -0400
+++ b/eutils.py	Fri Jun 10 15:04:11 2016 -0400
@@ -27,7 +27,6 @@
         if history_file is not None:
             with open(history_file, 'r') as handle:
                 data = json.loads(handle.read())
-                print data
                 self.query_key = data['QueryKey']
                 self.webenv = data['WebEnv']
                 self.using_history = True