Remove printr calls.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3403 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-01-05 05:27:31 +00:00
parent 05188cd4a0
commit 81cb9e9d7b
1 changed files with 0 additions and 4 deletions

View File

@ -488,10 +488,6 @@ function wp_set_post_cats($blogid = '1', $post_ID = 0, $post_categories = array(
$old_categories = array_unique($old_categories);
}
$oldies = printr($old_categories,1);
$newbies = printr($post_categories,1);
// Delete any?
$delete_cats = array_diff($old_categories,$post_categories);