diff options
author | Arthur Schiwon <blizzz@owncloud.com> | 2013-08-08 16:30:29 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@owncloud.com> | 2013-08-08 16:30:29 +0200 |
commit | 0049f6f91fc286005b7c54c372cd0401ad06f26d (patch) | |
tree | 08489d128de21ded9276a9d9bd1775a5aacc5b0a | |
parent | 604ba1d0f71e81c3d10c8287df6ad22f1a94f1a7 (diff) | |
download | nextcloud-server-0049f6f91fc286005b7c54c372cd0401ad06f26d.tar.gz nextcloud-server-0049f6f91fc286005b7c54c372cd0401ad06f26d.zip |
Remove noisy Log/Debug message
-rw-r--r-- | lib/user.php | 1 |
1 files changed, 0 insertions, 1 deletions
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 |