Skip to content

Commit 389cb1d

Browse files
committed
remove dump
1 parent 32f5133 commit 389cb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/security/Auth0UserDirectory.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ component displayname="Auth0 User Directory" extends="farcry.core.packages.secur
5454
}
5555

5656
stResult.authenticated = "true";
57-
} catch (err) {dump(err);abort;
57+
} catch (err) {
5858
application.fc.lib.error.logData(application.fc.lib.error.normalizeError(cfcatch));
5959
stResult.authenticated = "false";
6060
stResult.userid = "";

0 commit comments

Comments
 (0)