Merge pull request #243 from rhansen/delete-fw-debug
Delete out-of-place debug messages
This commit is contained in:
commit
666fc293fb
1 changed files with 0 additions and 2 deletions
|
@ -1984,8 +1984,6 @@ sub geturl {
|
||||||
$server =~ s%[?/].*%%;
|
$server =~ s%[?/].*%%;
|
||||||
$url =~ 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))) {
|
if ($force_ssl || ($globals{'ssl'} && !($params->{ignore_ssl_option} // 0))) {
|
||||||
$use_ssl = 1;
|
$use_ssl = 1;
|
||||||
$default_port = '443';
|
$default_port = '443';
|
||||||
|
|
Loading…
Reference in a new issue