From 0049f6f91fc286005b7c54c372cd0401ad06f26d Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 8 Aug 2013 16:30:29 +0200 Subject: [PATCH] Remove noisy Log/Debug message --- lib/user.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/user.php b/lib/user.php index 7d74cd75ed4..55ffc26e77f 100644 --- a/lib/user.php +++ b/lib/user.php @@ -86,7 +86,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; } else { // You'll never know what happens -- 2.39.5