Merge pull request #243 from rhansen/delete-fw-debug

Delete out-of-place debug messages
This commit is contained in:
Sandro 2020-07-07 10:08:49 +02:00 committed by GitHub
commit 666fc293fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1984,8 +1984,6 @@ sub geturl {
$server =~ s%[?/].*%%;
$url =~ s%^[^?/]*/?%%;
opt('fw') && debug("opt(fw = %s)", opt('fw'));
$globals{'fw'} && debug("glo fw = %s", $globals{'fw'});
if ($force_ssl || ($globals{'ssl'} && !($params->{ignore_ssl_option} // 0))) {
$use_ssl = 1;
$default_port = '443';