It looks like the plugin loads public.js without any conditions. I disabled WP_DEBUG and even turned off the error logging switch, but public.js continues to be enqueued. If debugging is disabled, this should disable public.js too. Or at least provide an option to disable it. I wouldn't want to load this for regular visitors.
It looks like the plugin loads
public.jswithout any conditions. I disabledWP_DEBUGand even turned off the error logging switch, butpublic.jscontinues to be enqueued. If debugging is disabled, this should disablepublic.jstoo. Or at least provide an option to disable it. I wouldn't want to load this for regular visitors.