Skip to content

Commit 6de7b27

Browse files
committed
Remove Logger
1 parent 1fa16c7 commit 6de7b27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apollo-ios/Plugins/InstallCLI/InstallCLIPluginCommand.swift

-4
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ extension InstallCLIPluginCommand: XcodeCommandPlugin {
3939
let downloadScriptPath = try downloadScriptPath(context: context)
4040
process.arguments = [downloadScriptPath, context.xcodeProject.directory.string]
4141

42-
Logger().info("Using download script path: \(downloadScriptPath)")
43-
4442
try process.run()
4543
process.waitUntilExit()
4644
}
@@ -91,8 +89,6 @@ extension InstallCLIPluginCommand: XcodeCommandPlugin {
9189
throw Error.CannotDetermineXcodeVersion
9290
}
9391

94-
Logger().info("Found Xcode Version: \(xcodeVersionString)")
95-
9692
let versionString = xcodeVersionString
9793
.components(separatedBy: CharacterSet.decimalDigits.inverted)
9894
.compactMap({ $0.isEmpty ? nil : $0 })

0 commit comments

Comments
 (0)