Skip to content

Commit

Permalink
chore: remove some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
njlie committed Dec 10, 2024
1 parent c44cd03 commit 4e17260
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/backend/src/shared/utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -352,21 +352,6 @@ describe('utils', (): void => {
)
ctx.request.body = requestBody

if (isOperator) {
console.log(
'tenant secret=',
operator.apiSecret,
'config secret=',
config.adminApiSecret
)
} else {
console.log(
'tenant secret=',
tenant.apiSecret,
'config secret=',
config.adminApiSecret
)
}
const result = await verifyTenantOrOperatorApiSignature(ctx, config)
expect(result).toEqual(true)

Expand Down

0 comments on commit 4e17260

Please sign in to comment.