mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove $VERBOSE = nil from tasks.rb
Permanently setting $VERBOSE to nil causes unwanted side effects (warnings generated by app code are silenced when triggered by a rake task but visible otherwise). silence_warnings {} would be safer to use here since it resets $VERBOSE back to what it was when the block finishes.
This commit is contained in:
parent
fb97a7d87b
commit
9affba83f5
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
$VERBOSE = nil
|
||||
|
||||
# Load Rails Rakefile extensions
|
||||
%w(
|
||||
annotations
|
||||
|
|
Loading…
Reference in a new issue