Browse Source

Remove noisy Log/Debug message

tags/v6.0.0alpha2
Morris Jobke 11 years ago
parent
commit
062769ab61
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      lib/user.php

+ 0
- 1
lib/user.php View File

@@ -137,7 +137,6 @@ class OC_User {
*/
public static function useBackend($backend = 'database') {
if ($backend instanceof OC_User_Interface) {
OC_Log::write('core', 'Adding user backend instance of ' . get_class($backend) . '.', OC_Log::DEBUG);
self::$_usedBackends[get_class($backend)] = $backend;
self::getManager()->registerBackend($backend);
} else {

Loading…
Cancel
Save