Skip to content

Commit

Permalink
Remove erroneously commited print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
neonichu committed Sep 10, 2015
1 parent 06283f2 commit b208640
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/xcodeproj/xcodebuild_helper.rb
Expand Up @@ -56,7 +56,6 @@ def parse_sdks_if_needed
@versions_by_sdk[:watchos] = []
if xcodebuild_available?
sdks = parse_sdks_information(xcodebuild_sdks)
p sdks
sdks.each do |(name, version)|
case
when name == 'macosx' then @versions_by_sdk[:osx] << version
Expand Down

0 comments on commit b208640

Please sign in to comment.