From edfe443afcf3f690620b1d43a8ca2d66fc120865 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 8 Mar 2014 03:16:27 +0000 Subject: [PATCH] Remove lame debugging. see #23057. Built from https://develop.svn.wordpress.org/trunk@27467 git-svn-id: http://core.svn.wordpress.org/trunk@27312 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/user.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-admin/includes/user.php b/wp-admin/includes/user.php index 206c968b08..137afcd148 100644 --- a/wp-admin/includes/user.php +++ b/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. *