Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 2, 2024
1 parent ad78f26 commit 32054d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/BuildTool/BuildTool.swift
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,6 @@ struct BuildTool: ParsableCommand {
arguments: ["simctl", "list", "--json", "devices", "available"]
)

print("got simctl output: \(String(data: data, encoding: .utf8)!)")

return try JSONDecoder().decode(SimctlOutput.self, from: data)
}

Expand Down

0 comments on commit 32054d2

Please sign in to comment.