diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-04-08 18:13:56 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-04-08 18:13:56 +0200 |
commit | a945c57465ec6ea21cfabed17a7f04e5b74cc2a4 (patch) | |
tree | cc1632cce1f4fbf68d00ff20dc33fb6cf42fc999 /Bugzilla/Install | |
parent | 0e38837769d082d4424a56ada88c83362524627c (diff) | |
download | bugzilla-a945c57465ec6ea21cfabed17a7f04e5b74cc2a4.tar.gz bugzilla-a945c57465ec6ea21cfabed17a7f04e5b74cc2a4.tar.xz |
remove minor mistakes
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 5e51dd9cc..0ddc208bc 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -117,7 +117,6 @@ sub HTTPD_ENV_CONF { sub _error_page { my ($code, $title, $description) = @_; - warn "urlbase: ", Bugzilla->urlbase, "\n"; my $host = Bugzilla->urlbase->host; return <<EOT; |