Remove noisy Log/Debug message

This commit is contained in:
Morris Jobke 2013-08-08 16:39:33 +02:00
parent 8652137ad6
commit 062769ab61
1 changed files with 0 additions and 1 deletions

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 {