Remove forgotten debug log
This commit is contained in:
parent
b8ced7025e
commit
2fec6cbd5b
1 changed files with 0 additions and 1 deletions
|
@ -852,7 +852,6 @@ class OC_Util {
|
|||
*/
|
||||
public static function redirectToDefaultPage() {
|
||||
$location = self::getDefaultPageUrl();
|
||||
OC_Log::write('core', 'redirectToDefaultPage: '.$location, OC_Log::DEBUG);
|
||||
header('Location: '.$location);
|
||||
exit();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue