Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoJokhan committed Sep 1, 2023
1 parent 389684e commit 5207a6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/cms/lib/modules/resource-form-widgets/lib/submit.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ module.exports = async function(self, options) {

if(req.body && req.body.areYouABot) {
const captchData = req.session.captcha;

console.log({captchData});
const isCaptchaValid = captchData && captchData.text && captchData.text === req.body.areYouABot;

if (!isCaptchaValid) {
Expand Down

1 comment on commit 5207a6d

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published new image: openstad/frontend:feature-add-captcha-to-resource-form-if-set-to-everyone-5207a6d

Please sign in to comment.