@paperless/angular 0.1.0-alpha.210 → 0.1.0-alpha.212

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.
@@ -2897,8 +2897,6 @@ let ToastContainer = class ToastContainer {
2897
2897
  this._toastService = _toastService;
2898
2898
  this.toasts$ = this._toastService.toasts$;
2899
2899
  this.el = r.nativeElement;
2900
- console.log('Toast container created!');
2901
- this.toasts$.subscribe((toasts) => console.log('Toasts updated', toasts.length));
2902
2900
  }
2903
2901
  dismiss(index) {
2904
2902
  this._toastService.hide(index);