Merge pull request #9408 from owncloud/redirectconsolelogfix

Remove forgotten debug log
This commit is contained in:
Vincent Petry 2014-07-03 17:58:25 +02:00
commit c6bba23636
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();
}