Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 31, 2023
1 parent 3acdec5 commit 263791b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/db/db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const db = new Kysely<Database>({
database: 'main',
}),
}),
log: ['query', 'error'],
// log: ['query', 'error'],
});

export const initDatabase = async () =>
Expand Down

0 comments on commit 263791b

Please sign in to comment.