diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 9f1ce86..2c64f77 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -967,8 +967,6 @@ document.querySelector('.shx-ifc-form_label_selected_' + inputID).innerHTML = options[swatch].name; - console.log("updateSelectSwatch") - this.renderView(200); } @@ -1040,6 +1038,8 @@ } this.renderView(); + + console.log("render current variant") } }