Преглед изворни кода

remove unnecessary comment

kskandis пре 1 година
родитељ
комит
2eac08408f
1 измењених фајлова са 0 додато и 1 уклоњено
  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")