Browse Source

Remove forgotten debug log

tags/v7.0.0RC1
Vincent Petry 10 years ago
parent
commit
2fec6cbd5b
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lib/private/util.php

+ 0
- 1
lib/private/util.php 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();
}

Loading…
Cancel
Save