Skip to content
Snippets Groups Projects
Commit 9476e647 authored by Magali Ruffier's avatar Magali Ruffier
Browse files

remove copy and paste comment

parent 4f3b6b6b
No related branches found
No related tags found
No related merge requests found
......@@ -589,8 +589,6 @@ sub store {
INSERT INTO operon ( ${i_columns} ) VALUES ( $i_values )
);
# column status is used from schema version 34 onwards (before it was
# confidence)
my $sth = $self->prepare($store_operon_sql);
$sth->bind_param( 1, $seq_region_id, SQL_INTEGER );
$sth->bind_param( 2, $operon->start(), SQL_INTEGER );
......
......@@ -642,9 +642,6 @@ sub store {
INSERT INTO operon_transcript ( ${i_columns} ) VALUES ( $i_values )
);
# column status is used from schema version 34 onwards (before it was
# confidence)
my $sth = $self->prepare($store_operon_transcript_sql);
$sth->bind_param( 1, $seq_region_id, SQL_INTEGER );
$sth->bind_param( 2, $operon_transcript->start(), SQL_INTEGER );
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment