Explorar o código

Clean up comments

Jonas Björkert hai 9 meses
pai
achega
58ee5e1426
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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