Remove debug cruft. Props markmcwilliams. fixes #15530

git-svn-id: https://develop.svn.wordpress.org/trunk@17383 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-02-03 20:00:21 +00:00
parent 0c02c273cb
commit b625dbb1bb

View File

@ -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'] : '';