@threedddplus/logoeditor 0.0.216 → 0.0.217

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.
@@ -1765,7 +1765,6 @@ var SnapToCenter = function SnapToCenter(props) {
1765
1765
  })(props);
1766
1766
  };
1767
1767
 
1768
- console.log('Toast instance:', toast);
1769
1768
  function CustomToast(type, message, toastId, style) {
1770
1769
  //@ts-ignore
1771
1770
  var isWindowToastFucExist = typeof window.showToastMessage === 'function';