@threedddplus/logoeditor 0.0.191 → 0.0.193

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14631,7 +14631,6 @@ var SaveDesign = function SaveDesign(_ref) {
14631
14631
  clonedGroup.setCoords();
14632
14632
  tempCanvas.requestRenderAll();
14633
14633
  var dataURL = tempCanvas.toDataURL();
14634
- console.log("Image--->", dataURL);
14635
14634
  tempCanvas.clear();
14636
14635
  tempCanvas.dispose();
14637
14636
  clonedGroup = null;