diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index 5e17659..9f1ce86 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -946,10 +946,6 @@ this.Viewer3D.contentWindow.postMessage(JSON.stringify({"changeView":{"currentVariant": this.currentVariant, values: globalInputFormsObjValues[this.currentVariant]}}), "*"); //this.showLoadingSpinner(); - - console.log("render view") - - } updateSelectColorSwatch(event) { @@ -971,6 +967,7 @@ document.querySelector('.shx-ifc-form_label_selected_' + inputID).innerHTML = options[swatch].name; + console.log("updateSelectSwatch") this.renderView(200); }