Skip to content

Commit

Permalink
chore: rm console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
fratzinger committed May 13, 2024
1 parent 8452c96 commit 643f6cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import { Sequelize } from 'sequelize';
export default (DB?: 'postgres' | 'mysql' | string) => {
const logging: Options['logging'] = false;

console.log('DB:', DB);

if (DB === 'postgres') {
return new Sequelize(
process.env.POSTGRES_DB ?? 'sequelize',
Expand Down

0 comments on commit 643f6cc

Please sign in to comment.