Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ephraimduncan committed Jun 17, 2024
1 parent dfe3e21 commit 8fcbff7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ import * as schema from './schema';

export const queryClient = postgres(process.env['DATABASE_URL']!);

console.log(
'queryClientqueryClientqueryClientqueryClientqueryClient',
queryClient,
);

export const db = drizzle(queryClient, {
schema: schema,
});
Expand Down

0 comments on commit 8fcbff7

Please sign in to comment.