Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
kimrutherford committed Apr 20, 2024
1 parent 95ff978 commit 6a88c28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Canto/DBUpgrade.pm
Original file line number Diff line number Diff line change
Expand Up @@ -829,8 +829,6 @@ CREATE TABLE genotype_interaction_with_phenotype (
}
}

warn $curs->curs_key(), "\n";

$curs_dbh->do("UPDATE allele SET promoter_gene = exogenous_promoter, exogenous_promoter = NULL WHERE exogenous_promoter IS NOT NULL;");
$curs_dbh->do("ALTER TABLE allele DROP COLUMN exogenous_promoter;");
};
Expand Down

0 comments on commit 6a88c28

Please sign in to comment.