Merge pull request #9408 from owncloud/redirectconsolelogfix

Remove forgotten debug log
remotes/origin/ldap_group_count
Vincent Petry 12 years ago
commit c6bba23636
  1. 1
      lib/private/util.php

@ -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