Remove Debug

This commit is contained in:
Isaac Connor 2020-08-15 17:49:26 -04:00
parent b8433373b5
commit 8a170f2841
1 changed files with 0 additions and 1 deletions

View File

@ -106,7 +106,6 @@ class Server extends ZM_Object {
if ( $this->Protocol() == 'https' and $port == 443 ) {
} else if ( $this->Protocol() == 'http' and $port == 80 ) {
} else {
Logger::Debug("Adding port $port for " . $this->Protocol());
$url .= ':'.$port;
}
return $url;