diff --git a/apps/red-ui/src/app/services/files/entity-log.service.ts b/apps/red-ui/src/app/services/files/entity-log.service.ts index 61eac9214..d47244478 100644 --- a/apps/red-ui/src/app/services/files/entity-log.service.ts +++ b/apps/red-ui/src/app/services/files/entity-log.service.ts @@ -9,7 +9,6 @@ import { catchError } from 'rxjs/operators'; }) export class EntityLogService extends GenericService { protected readonly _defaultModelPath = ''; - readonly #isIqserDevMode = isIqserDevMode(); readonly #toaster = inject(Toaster); async getEntityLog(dossierId: string, fileId: string) {