Skip to content

Commit 56cced8

Browse files
committed
Set
1 parent e313440 commit 56cced8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

apps/interaction-worker/src/db/client.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ import type { WorkerEnv } from "../context";
77
* @returns Drizzle database instance with all schemas
88
*/
99
export function createDatabaseClient(env: WorkerEnv) {
10-
const isTest = env.NODE_ENV === "test";
11-
console.log(env);
12-
// Use Hyperdrive connection string for optimized PostgreSQL access
1310
return getDb(env.HYPERDRIVE.connectionString);
1411
}
1512

0 commit comments

Comments
 (0)