Skip to content

Commit 2216174

Browse files
Fixing config changes
1 parent 50d1417 commit 2216174

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/eSignature/controllers/eg001EmbeddedSigning.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ eg001EmbeddedSigning.getController = (req, res) => {
8585
// since they have not yet entered any information into the form.
8686
const tokenOK = req.dsAuth.checkToken();
8787
if (tokenOK) {
88-
console.log(res.locals.quickACG);
8988
if (res.locals.quickACG) {
9089
res.render('pages/examples/quickEmbeddedSigning', {
9190
eg: eg, csrfToken: req.csrfToken(),

0 commit comments

Comments
 (0)