aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDannyArends2015-09-11 17:08:15 +0200
committerDannyArends2015-09-11 17:08:15 +0200
commitcbbe7e8bd625f94809c8423bc5d8fdafa2646042 (patch)
tree0179774d3865a6d0eba8dddf32a4c70d80f6cb96
parentd549aa892bf4a8d6069676cd4926e0a17208e479 (diff)
downloadgenenetwork2-cbbe7e8bd625f94809c8423bc5d8fdafa2646042.tar.gz
Comment out some excessive stdout spam
-rwxr-xr-xwqflask/base/data_set.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/base/data_set.py b/wqflask/base/data_set.py
index e2db9ad7..427fd991 100755
--- a/wqflask/base/data_set.py
+++ b/wqflask/base/data_set.py
@@ -89,7 +89,7 @@ class Dataset_Types(object):
for group in data['datasets'][species]:
for dataset_type in data['datasets'][species][group]:
for dataset in data['datasets'][species][group][dataset_type]:
- print("dataset is:", dataset)
+ #print("dataset is:", dataset)
short_dataset_name = dataset[0]
if dataset_type == "Phenotypes":