Commit 266a9251 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[Resolver] Make verbose resolution less so

parent 1e2630f4
...@@ -235,8 +235,7 @@ module Pod ...@@ -235,8 +235,7 @@ module Pod
# Called before resolution starts. # Called before resolution starts.
# #
# Completely silence this, as we show nothing in normal mode and debug # Completely silence this, as we show nothing.
# information in verbose mode.
# #
# @return [Void] # @return [Void]
# #
...@@ -245,8 +244,7 @@ module Pod ...@@ -245,8 +244,7 @@ module Pod
# Called after resolution ends. # Called after resolution ends.
# #
# Completely silence this, as we show nothing in normal mode and debug # Completely silence this, as we show nothing.
# information in verbose mode.
# #
# @return [Void] # @return [Void]
# #
...@@ -255,23 +253,13 @@ module Pod ...@@ -255,23 +253,13 @@ module Pod
# Called during resolution to indicate progress. # Called during resolution to indicate progress.
# #
# Completely silence this, as we show nothing in normal mode and debug # Completely silence this, as we show nothing.
# information in verbose mode.
# #
# @return [Void] # @return [Void]
# #
def indicate_progress def indicate_progress
end end
# Conveys debug information to the user.
# By default, prints to `STDERR` instead of {#output}.
#
# @param [Integer] depth the current depth of the resolution process.
# @return [void]
def debug?
Config.instance.verbose?
end
#-------------------------------------------------------------------------# #-------------------------------------------------------------------------#
private private
......
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