diff --git a/utilities.py b/utilities.py index 68a451374cbada2b0df616675d46b73727eee4c8..2c41c51e8db5d0871193bb6f9fea9421c305997e 100755 --- a/utilities.py +++ b/utilities.py @@ -183,7 +183,7 @@ def get_sp_picture(sp_dict_list): if constants.ORG_PARAM_DESC_PICTURE_PATH in sp[constants.ORG_PARAM_DESC].keys() and \ sp[constants.ORG_PARAM_DESC][constants.ORG_PARAM_DESC_PICTURE_PATH] != "": sp_picture_dict[gspecies] = sp[constants.ORG_PARAM_DESC][constants.ORG_PARAM_DESC_PICTURE_PATH] - print(sp_picture_dict) + logging.debug(sp_picture_dict[gspecies]) return sp_picture_dict def run_tool(instance, tool_id, history_id, tool_inputs):