فهرست منبع

Clean up comments

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