diff --git a/apps/api/src/lib/services/handlers.ts b/apps/api/src/lib/services/handlers.ts index d721d1472..7f0d4505e 100644 --- a/apps/api/src/lib/services/handlers.ts +++ b/apps/api/src/lib/services/handlers.ts @@ -73,7 +73,6 @@ export async function startService(request: FastifyRequest, fa } } } - console.log({ newEnvironments }) const customVolumes = await prisma.servicePersistentStorage.findMany({ where: { serviceId: id } }) let volumes = new Set() if (arm && template.services[s]?.volumesArm?.length > 0) {