From d2e7d2a8c3a061a20d6a7e919215c43333e96eca Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 29 Apr 2010 18:24:45 +0000 Subject: [PATCH] Remove debug git-svn-id: https://develop.svn.wordpress.org/trunk@14303 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/user.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/user.php b/wp-includes/user.php index 0cc5c4c3ca..3eba1ec54c 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -881,7 +881,6 @@ function clean_user_cache($id) { // If the current user changed, reset the current_user global.Πif ( isset($current_user) && $current_user->ID == $id ) { $current_user->ID = -1; // Force wp_set_current_user to reset. - error_log(" Resetting current user "); wp_set_current_user($id); }