Jonas Björkert пре 9 месеци
родитељ
комит
58ee5e1426
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      LoopFollow/Remote/Settings/RemoteSettingsViewModel.swift

+ 0 - 1
LoopFollow/Remote/Settings/RemoteSettingsViewModel.swift

@@ -63,7 +63,6 @@ class RemoteSettingsViewModel: ObservableObject {
         // Determine if a comparison is needed and perform it.
         switch remoteType {
         case .trc:
-            // For both Loop and TRC, the target Team ID is in the same storage location.
             // If the target ID is empty, there's nothing to compare.
             guard !targetTeamId.isEmpty else {
                 return false