Commit d50ef008 authored by Samuel Giddins's avatar Samuel Giddins

Merge pull request #5329 from CocoaPods/docs-vestigial

[Docs] Remove vestigial comment
parents f27d9341 ce0987d7
...@@ -7,7 +7,7 @@ module Pod ...@@ -7,7 +7,7 @@ module Pod
module UserInterface module UserInterface
require 'colored' require 'colored'
@title_colors = %w( yellow green ) @title_colors = %w( yellow green )
@title_level = 0 @title_level = 0
@indentation_level = 2 @indentation_level = 2
@treat_titles_as_messages = false @treat_titles_as_messages = false
...@@ -117,9 +117,6 @@ module Pod ...@@ -117,9 +117,6 @@ module Pod
self.title_level -= 1 self.title_level -= 1
end end
# def title(title, verbose_prefix = '', relative_indentation = 2)
# end
# Prints a verbose message taking an optional verbose prefix and # Prints a verbose message taking an optional verbose prefix and
# a relative indentation valid for the UI action in the passed # a relative indentation valid for the UI action in the passed
# block. # block.
......
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