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