diff --git a/LeCountdown/Intent/StartTimerIntent.swift b/LeCountdown/Intent/StartTimerIntent.swift index d76dfcd..8fecd74 100644 --- a/LeCountdown/Intent/StartTimerIntent.swift +++ b/LeCountdown/Intent/StartTimerIntent.swift @@ -56,13 +56,3 @@ struct StartTimerIntent: AppIntent, CustomIntentMigratedAppIntent { } } - -//fileprivate extension IntentDialog { -// static func timerParameterPrompt(timer: TimerIdentifierAppEntity) -> Self { -// "This is the mandatory prompt for your \(timer)" -// } -// static func responseSuccess(timer: TimerIdentifierAppEntity) -> Self { -// "\(timer) has been launched" -// } -//} -