mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:41:25 +08:00
FinalDestination should only log when verbose is enabled
This commit is contained in:
@ -36,7 +36,8 @@ class FileHelper
|
||||
dest = FinalDestination.new(
|
||||
url,
|
||||
max_redirects: follow_redirect ? 5 : 1,
|
||||
skip_rate_limit: skip_rate_limit
|
||||
skip_rate_limit: skip_rate_limit,
|
||||
verbose: verbose
|
||||
)
|
||||
uri = dest.resolve
|
||||
|
||||
|
Reference in New Issue
Block a user