fix: remove console log

This commit is contained in:
2025-01-22 03:02:24 +01:00
parent 7ed1ab5632
commit dbf51708a1

View File

@@ -3,7 +3,6 @@ import { drizzle } from 'drizzle-orm/postgres-js';
import { DB_URL } from '$env/static/private';
import postgres from 'postgres';
console.log('DB_URL', DB_URL);
const client = postgres(DB_URL, { prepare: false });
export const db = drizzle({
schema,