Explorar o código

remove unnecessary comment

kskandis hai 1 ano
pai
achega
2eac08408f
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Trio/Sources/Modules/Snooze/View/SnoozeRootView.swift

+ 0 - 1
Trio/Sources/Modules/Snooze/View/SnoozeRootView.swift

@@ -90,7 +90,6 @@ extension Snooze {
                     state.snoozeUntilDate = untilDate < Date() ? .distantPast : untilDate
                     debug(.default, "will snooze for \(snoozeFor) until \(dateFormatter.string(from: untilDate))")
                     snoozeDescription = getSnoozeDescription()
-//                    BaseUserNotificationsManager.stopSound()
                     state.hideModal()
                 } label: {
                     Text("Click to Snooze Alerts")