even more cleanup prior to push

This commit is contained in:
Friendika 2011-01-29 22:41:01 -08:00
parent a362dc46e3
commit 8673b08c1c
1 changed files with 1 additions and 3 deletions

View File

@ -17,7 +17,7 @@ define ( 'DOWN_ARROW', '⇩' );
define ( 'SSL_POLICY_NONE', 0 ); define ( 'SSL_POLICY_NONE', 0 );
define ( 'SSL_POLICY_FULL', 1 ); define ( 'SSL_POLICY_FULL', 1 );
define ( 'SSL_POLICY_SELFSIGN', 2 ); define ( 'SSL_POLICY_SELFSIGN', 2 );
/** /**
@ -280,8 +280,6 @@ class App {
} }
function get_baseurl($ssl = false) { function get_baseurl($ssl = false) {
// if(strlen($this->baseurl))
// return $this->baseurl;
$scheme = $this->scheme; $scheme = $this->scheme;