Commit 5a22a2f5 authored by Fabio Pelosin's avatar Fabio Pelosin

Remove stray puts.

parent 0fb9844b
......@@ -35,7 +35,6 @@ module Pod
if @path
@path
else
puts config.project_root + '*.xcodeproj'
xcodeprojs = Pathname.glob(config.project_root + '*.xcodeproj')
if xcodeprojs.size == 1
@path = xcodeprojs.first
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment