Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Dec 3, 2024
1 parent 11a4565 commit c85b3b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/api/src/libs/couch/dbHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,6 @@ export const getNano = async ({
jwtToken,
xAccessSecret
}: { jwtToken?: string; xAccessSecret?: string } = {}) => {
console.log(`FOOO xAccessSecret`, xAccessSecret)

return createNano({
url: COUCH_DB_URL,
requestDefaults: {
Expand Down

0 comments on commit c85b3b8

Please sign in to comment.