Remove forgotten debug log

This commit is contained in:
Vincent Petry 2014-07-03 12:26:07 +02:00
parent b8ced7025e
commit 2fec6cbd5b
1 changed files with 0 additions and 1 deletions

View File

@ -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();
}