You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've searched for any related issues and avoided creating a duplicate issue.
Please give us a description of what happened.
There are a crazy amount of output to console.log and it looks like there is a setting to turn it off: config.debug but I can't find anywhere to actually toggle it.
Please describe what you expected to happen and why.
A setting to easily toggle the config.debug setting.
How can we reproduce this behavior?
View the console when editing a page with ACF fields
Technical info
WordPress version: 6.6.1
ACF Content Analysis for Yoast SEO version: 3.1
Yoast SEO version: 22.8
ACF type: pro
ACF version: 6.2.9
Relevant plugins in case of a bug:
The text was updated successfully, but these errors were encountered:
The only way to turn off the console.logs seems to be setting the SCRIPT_DEBUG constant to false. Would be nice if there was also a plugin filter to turn it off while leaving SCRIPT_DEBUG as true.
Please give us a description of what happened.
There are a crazy amount of output to console.log and it looks like there is a setting to turn it off:
config.debug
but I can't find anywhere to actually toggle it.Please describe what you expected to happen and why.
A setting to easily toggle the
config.debug
setting.How can we reproduce this behavior?
Technical info
The text was updated successfully, but these errors were encountered: