commit/galaxy-central: jgoecks: Remove debugging code.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/c0afbd9f6371/ changeset: c0afbd9f6371 user: jgoecks date: 2012-06-30 00:00:38 summary: Remove debugging code. affected #: 1 file diff -r 29abb6c4b296815594c93cd8d72944628160145c -r c0afbd9f63713787b4fa4d3d42a00c91cb7fb3b1 lib/galaxy/web/api/tools.py --- a/lib/galaxy/web/api/tools.py +++ b/lib/galaxy/web/api/tools.py @@ -148,9 +148,6 @@ # Merge overlapping regions so that regions do not overlap # and hence data is not included multiple times. - print "REGIONS", regions - for region in regions: - print "\t", region.chrom, region.start, region.end prev = regions[0] cur = regions[1] index = 1 @@ -170,10 +167,7 @@ break else: cur = regions[ index ] - - print "REGIONS", regions - for region in regions: - print "\t", region.chrom, region.start, region.end + run_on_regions = True # Dataset check. Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
Bitbucket