Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ae9c386

Browse files
committed
remove log statement
1 parent e41a4b6 commit ae9c386

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/terms.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ appChallengeTerms = {
5050
$(".termsText").html(data.text);
5151
} else if (data["agreeabilityType"] !== "Electronically-agreeable" && typeof data["docusignTemplateId"] !== "undefined") {
5252
if (!app.isLoggedIn()) {
53-
console.log('REDIRECT AWAY FROM DOCUSIGN');
5453
window.location.href = '/login?next=' + window.location.href;
5554
}
5655
//if DocuSign, get URL from docuSign API and output iframe

0 commit comments

Comments
 (0)