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
This commit is contained in:
Andrew Nacin 2014-03-08 03:16:27 +00:00
parent 60953e88fd
commit edfe443afc

View File

@ -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.
*