diff --git a/packages/cardano-services/src/util/TypeormService/TypeormService.ts b/packages/cardano-services/src/util/TypeormService/TypeormService.ts index 52f7daede54..4993cafda2f 100644 --- a/packages/cardano-services/src/util/TypeormService/TypeormService.ts +++ b/packages/cardano-services/src/util/TypeormService/TypeormService.ts @@ -14,7 +14,6 @@ interface TypeormServiceDependencies { export abstract class TypeormService extends RunnableModule { #entities: Function[]; #connectionConfig$: Observable; - logger: Logger; protected dataSource$ = new BehaviorSubject(null); #subscription: Subscription | undefined;