• Resolved Paul

    (@paulschiretz)


    Hi there,

    I notices you forgot a console.log call in ApmButtons.js (Line #80) in the last update, that exposes all containers in the console window. Can we please have that removed?

        reloadContainers() {
            jQuery(this.selector).each((index, el) => {
                const parent = jQuery(el).parent();
                if (!this.containers.some($el => $el.is(parent))) {
                    this.containers.push(parent);
                }
            });
            console.log('this.containers', this.containers);
        }

    All the best,
    Paul

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘debug output written on checkout page’ is closed to new replies.