@wizishop/img-manager 15.2.22 → 15.2.23

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.
@@ -238,7 +238,6 @@ class CanvaService {
238
238
  this.forceToOpenCanva = false;
239
239
  this.bindExpectedImgSizeEvent = new BehaviorSubject(null);
240
240
  this.bindExpectedSizeDone = this.bindExpectedImgSizeEvent.asObservable();
241
- console.log('CanvaService');
242
241
  }
243
242
  get canvaApiURL() {
244
243
  return this.apiService.CONFIG.canva_url;
@@ -3768,7 +3767,6 @@ class WzImgManagerComponent {
3768
3767
  }
3769
3768
  }
3770
3769
  ngOnInit() {
3771
- console.log('ngOnInit');
3772
3770
  this.imgSelectionService.setMultipleImgMode(this._multipleImgMode);
3773
3771
  this.imgSelectionService.initImgSelectedList(null);
3774
3772
  this.selectImgEvent = this.imgSelectionService.imgSelection$.subscribe(imgSelection => {
@@ -3997,7 +3995,6 @@ const pipes = [
3997
3995
  ];
3998
3996
  class WzImgManagerModule {
3999
3997
  static withConfig(ApiService, ImageNotFoundProvider) {
4000
- console.log('withConfig');
4001
3998
  return {
4002
3999
  ngModule: WzImgManagerModule,
4003
4000
  providers: [