# HG changeset patch # User crs4 # Date 1489750533 14400 # Node ID 41efb05e78e5ede0dd3deef5578796dd4f07ba4f # Parent a52ffeca0c61e6d0dc4f71360c3ff48250bc68f3 Uploaded diff -r a52ffeca0c61 -r 41efb05e78e5 conifer3/conifer.py --- a/conifer3/conifer.py Fri Mar 17 07:25:43 2017 -0400 +++ b/conifer3/conifer.py Fri Mar 17 07:35:33 2017 -0400 @@ -40,7 +40,7 @@ probe_fn = str(args.probes[0]) probes = cf.loadProbeList(probe_fn) num_probes = len(probes) - print '[INIT] Successfully read in %s probes from %s' % (str(num_probes), probe_fn) + # print '[INIT] Successfully read in %s probes from %s' % (str(num_probes), probe_fn) except IOError as e: print '[ERROR] Cannot read probes file: ', probe_fn sys.exit(0)