diff --git a/src/MGRAST/cgi/upload.cgi b/src/MGRAST/cgi/upload.cgi index 56a293b9..f41d1f4c 100644 --- a/src/MGRAST/cgi/upload.cgi +++ b/src/MGRAST/cgi/upload.cgi @@ -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 =~ /\//) {