diff --git a/wp-admin/includes/class-wp-comments-list-table.php b/wp-admin/includes/class-wp-comments-list-table.php index 51d1f3d11..90c158fe6 100644 --- a/wp-admin/includes/class-wp-comments-list-table.php +++ b/wp-admin/includes/class-wp-comments-list-table.php @@ -48,7 +48,6 @@ class WP_Comments_List_Table extends WP_List_Table { $comment_status = 'all'; $comment_type = !empty( $_REQUEST['comment_type'] ) ? $_REQUEST['comment_type'] : ''; - error_log( var_export( $comment_type, true ) ); $search = ( isset( $_REQUEST['s'] ) ) ? $_REQUEST['s'] : '';