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.
This commit is contained in:
Mathis H (Avnyr) 2024-10-08 16:34:07 +02:00
parent 44dab5ba11
commit 3bc440cbf8
Signed by: Mathis
GPG Key ID: DD9E0666A747D126

View File

@ -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. * Removes a specified file type from a machine.
* *