Skip to content

Commit 0a50ac3

Browse files
committed
PEER-219: Remove query logging in prod
Signed-off-by: SeeuSim <[email protected]>
1 parent 9a3494b commit 0a50ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/question/src/lib/db/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export const config = {
1111

1212
const queryClient = postgres(config);
1313

14-
export const db = drizzle(queryClient, { logger: true });
14+
export const db = drizzle(queryClient);
1515

1616
export * from './schema';

0 commit comments

Comments
 (0)