Commit 7eb57778 authored by Merzough Münker's avatar Merzough Münker
Browse files

fix: remove error logs

parent 792549bb
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -292,9 +292,6 @@ export class DynamicTableDataSource<Data extends Record<any, any> = any, Paramet
      tap({
        next: () => this.loading$.disable(),
        error: error => {
          if (isDevMode()) {
            console.error(`[${ this.constructor.name }]`, error);
          }
          this.hasError$.enable();
          this.error$.next(error);
          this.handelError(error);