diff data_manager/resource_building.py @ 35:b312ea6438a2 draft

planemo upload commit c89c5deac442c0c2aa52b24f2c5af4b290773fc0-dirty
author dchristiany
date Mon, 28 Jan 2019 09:28:06 -0500
parents 0c0586ac3e29
children a4811c440b45
line wrap: on
line diff
--- a/data_manager/resource_building.py	Mon Jan 28 09:21:28 2019 -0500
+++ b/data_manager/resource_building.py	Mon Jan 28 09:28:06 2019 -0500
@@ -73,8 +73,6 @@
     "&redundancy_constraint=4&presence_level_constraint=1%2C2&gene_annotation_level_constraint=leaf\
     &QUERY_NAME=AT_GetProteins&action=QUERY&output_mode=tsv&apply_action=QUERY"
 
-    print (query)
-
     with requests.Session() as s:
         download = s.get(query)
         decoded_content = download.content.decode('utf-8')