Skip to content

Commit

Permalink
REmove debug lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Campbell committed Mar 10, 2016
1 parent 737f28e commit c0ab80e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/cocoapods-deploy/command/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 49,6 @@ def install_sources_for_lockfile
config.lockfile.pod_names.each do |dep|
transformer = DeployTransformer.new(config.lockfile, config.sandbox)
dep = transformer.transform_dependency_name(dep)
puts dep
puts config.lockfile.checkout_options_for_pod_named(dep.name)

source = ExternalSources.from_dependency(dep, config.podfile.defined_in_file)
source.fetch(config.sandbox)
end
Expand Down

0 comments on commit c0ab80e

Please sign in to comment.