diff --git a/ReleaseTooling/Sources/PodspecsTester/main.swift b/ReleaseTooling/Sources/PodspecsTester/main.swift index ce83cb74c9a..e712e1a1dee 100644 --- a/ReleaseTooling/Sources/PodspecsTester/main.swift +++ b/ReleaseTooling/Sources/PodspecsTester/main.swift @@ -62,7 +62,6 @@ struct PodspecsTester: ParsableCommand { return "--\(key)" } }.joined(separator: " ") - // TODO(andrewheard): Remove SpecsStaging URL from sources before merging into `master`. let command = "pod spec lint \(spec) \(arguments) --sources=https://github.com/firebase/SpecsTesting,https://github.com/firebase/SpecsStaging.git,https://cdn.cocoapods.org/" print(command)