Skip to content

Commit e47306d

Browse files
author
Dusty
committed
we dont have a config, comment these out for right now..
1 parent faa76af commit e47306d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/spec_helper/command.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ def run_command(*args)
1717
Pod::UI.output = ''
1818
# @todo Remove this once all cocoapods has
1919
# been converted to use the UI.puts
20-
config_silent = config.silent?
21-
config.silent = false
20+
# config_silent = config.silent?
21+
# config.silent = false
2222
cmd = command(*args)
2323
cmd.validate!
2424
cmd.run
25-
config.silent = config_silent
25+
# config.silent = config_silent
2626
Pod::UI.output
2727
end
2828
end

0 commit comments

Comments
 (0)