Skip to content

Commit c7855b2

Browse files
committed
fix: remove logs
1 parent 485f3ad commit c7855b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web-assets/js/setupAuth0WithRedirect.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ const authSetup = function () {
4747
let returnAppUrl = handleSpecificReturnUrl(qs['retUrl'], 'retUrl');
4848
let appUrl = qs['appUrl'] || false;
4949

50-
console.log('returnAppUrl', returnAppUrl);
51-
console.log('appUrl', appUrl);
52-
5350
if (utmSource &&
5451
(utmSource != 'undefined') &&
5552
(enterpriseCustomers.indexOf(utmSource) > -1)) {

0 commit comments

Comments
 (0)