Skip to content

Commit

Permalink
removed duplicate error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Harrison committed Jul 5, 2012
1 parent 2234122 commit 274aafd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/MGRAST/cgi/upload.cgi
Expand Up @@ -272,9 +272,6 @@ if (scalar(@rest) && $rest[0] eq 'user_inbox') {
}
close FH;
}
if ($info->{'file type'} && $info->{'file type'} eq 'malformed') {
push(@{$data->[0]->{messages}}, "WARNING: The sequnce file $fn seems to be malformed. You will not be able to submit this file.");
}
$data->[0]->{fileinfo}->{$fn} = $info;
} else {
unless ($ufile =~ /\//) {
Expand Down

0 comments on commit 274aafd

Please sign in to comment.