Remove debug cruft. props kovshenin. see #23930.

git-svn-id: http://core.svn.wordpress.org/trunk@24231 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2013-05-10 12:26:46 +00:00
parent c5a028821b
commit 013d0d06c6

View File

@ -1127,8 +1127,6 @@ function wp_ajax_closed_postboxes() {
}
function wp_ajax_show_post_format_ui() {
error_log( serialize( $_REQUEST ) );
if ( empty( $_POST['post_type'] ) )
wp_die( 0 );