Skip to content

Commit d6a18ae

Browse files
committed
console.warn turn off
1 parent 8739c3d commit d6a18ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ApproovApplication.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ function unauthorized(res) {
237237

238238
function logAuthFailure(err) {
239239
if (err instanceof ApproovAuthError) {
240-
console.warn(`[Approov] ${err.message}`);
240+
// uncomment this if you want to see the specific error messages under server logs.
241+
// console.warn(`[Approov] ${err.message}`);
241242
return;
242243
}
243244
console.warn('[Approov] Unexpected authentication error.', err);

0 commit comments

Comments
 (0)