@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.
@@ -1773,7 +1773,6 @@ var SnapToCenter = function SnapToCenter(props) {
1773
1773
  })(props);
1774
1774
  };
1775
1775
 
1776
- console.log('Toast instance:', reactToastify.toast);
1777
1776
  function CustomToast(type, message, toastId, style) {
1778
1777
  //@ts-ignore
1779
1778
  var isWindowToastFucExist = typeof window.showToastMessage === 'function';