Skip to content

Commit

Permalink
Rm error log
Browse files Browse the repository at this point in the history
  • Loading branch information
timvanoostrom committed Nov 14, 2023
1 parent 1dc37ce commit b3f8609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/services/db/postgres.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export async function query(queryString: string, values?: any[]) {
}
result = await pool.query(queryString, values);
} catch (error) {
console.error(error);
Sentry.captureException(error);
}
return result;
Expand Down

0 comments on commit b3f8609

Please sign in to comment.