浏览代码

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