From 3bc440cbf897c31f1961abcf50be44ae8ceb0419 Mon Sep 17 00:00:00 2001 From: Mathis Date: Tue, 8 Oct 2024 16:34:07 +0200 Subject: [PATCH] Remove unnecessary TODO comment Deleted a redundant TODO comment about deleting a machine and associated file type. The method to remove a specified file type from a machine is already implemented. --- apps/backend/src/app/machines/machines.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/backend/src/app/machines/machines.service.ts b/apps/backend/src/app/machines/machines.service.ts index 1bad6fc..9e8cddd 100644 --- a/apps/backend/src/app/machines/machines.service.ts +++ b/apps/backend/src/app/machines/machines.service.ts @@ -70,8 +70,6 @@ export class MachinesService { } } - //TODO a method to delete a machine and delete the associated FilesTypeForMachine row - /** * Removes a specified file type from a machine. *