Skip to content

Commit

Permalink
Remove stray puts.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiopelosin committed Oct 19, 2012
1 parent 0fb9844 commit 5a22a2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cocoapods/podfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def path
if @path
@path
else
puts config.project_root + '*.xcodeproj'
xcodeprojs = Pathname.glob(config.project_root + '*.xcodeproj')
if xcodeprojs.size == 1
@path = xcodeprojs.first
Expand Down

0 comments on commit 5a22a2f

Please sign in to comment.