commit/galaxy-central: dannon: Removing a debug print from previous commit.
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/61036b55f4e4/ changeset: r5285:61036b55f4e4 user: dannon date: 2011-03-30 16:38:45 summary: Removing a debug print from previous commit. affected #: 1 file (25 bytes) --- a/lib/galaxy/datatypes/tabular.py Wed Mar 30 10:34:21 2011 -0400 +++ b/lib/galaxy/datatypes/tabular.py Wed Mar 30 10:38:45 2011 -0400 @@ -224,7 +224,6 @@ out.append( '%s</td></tr>' % escape( comments.pop(0) ) ) return "".join( out ) def set_peek( self, dataset, line_count=None, is_multi_byte=False): - print line_count super(Tabular, self).set_peek( dataset, line_count=line_count, is_multi_byte=is_multi_byte) if dataset.metadata.comment_lines: dataset.blurb = "%s, %s comments" % ( dataset.blurb, util.commaify( str( dataset.metadata.comment_lines ) ) ) 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