RED-8711 - removed unused isIqserDevMode

This commit is contained in:
Valentin Mihai 2024-03-25 12:11:31 +02:00
parent 0aacc165bf
commit bc3ef19666

View File

@ -9,7 +9,6 @@ import { catchError } from 'rxjs/operators';
})
export class EntityLogService extends GenericService<unknown> {
protected readonly _defaultModelPath = '';
readonly #isIqserDevMode = isIqserDevMode();
readonly #toaster = inject(Toaster);
async getEntityLog(dossierId: string, fileId: string) {