From 5d48091e5d1b617d1a58a4b6869d179ca671495b Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 8 Mar 2014 03:15:49 +0000 Subject: [PATCH] Remove lame debugging. see #23057. git-svn-id: https://develop.svn.wordpress.org/trunk@27467 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/user.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wp-admin/includes/user.php b/src/wp-admin/includes/user.php index 206c968b08..137afcd148 100644 --- a/src/wp-admin/includes/user.php +++ b/src/wp-admin/includes/user.php @@ -284,9 +284,6 @@ function wp_delete_user( $id, $reassign = null ) { $reassign = (int) $reassign; } - var_dump( $reassign ); - die; - /** * Fires immediately before a user is deleted from the database. *