galaxy-dist commit 3ea6ee14a8b7: Remove debugging statement from previous commit.
20 Nov
2010
20 Nov
'10
12:23 a.m.
# HG changeset patch -- Bitbucket.org # Project galaxy-dist # URL http://bitbucket.org/galaxy/galaxy-dist/overview # User jeremy goecks <jeremy.goecks@emory.edu> # Date 1289243761 18000 # Node ID 3ea6ee14a8b71cd7ac48da98a6ecdb50b9067040 # Parent c61ec9e333d5a0ade7a23b3f4b55ae3deb3aa0bb Remove debugging statement from previous commit. --- a/lib/galaxy/tools/util/gff_util.py +++ b/lib/galaxy/tools/util/gff_util.py @@ -53,7 +53,6 @@ def parse_gff_attributes( attr_str ): pair = name_value_pair.strip().split(" ") if len( pair ) == 1: pair = name_value_pair.strip().split("=") - print pair if pair == '': continue name = pair[0].strip()
5146
Age (days ago)
5146
Last active (days ago)
0 comments
1 participants
participants (1)
-
commits-noreply@bitbucket.org