| @@ -378,9 +378,8 @@ | ||
| 378 | 378 | * |
| 379 | 379 | * @access public |
| 380 | 380 | */ |
| 381 | 381 | public function uploadData() { |
| 382 | - error_log( 'in uploadData ' . print_r( $_GET,true ) . print_r( $_POST,true ) ); | |
| 383 | 382 | // validate nonce |
| 384 | 383 | // do not use filter_input as it does not work for phpunit test cases, use filter_var instead |
| 385 | 384 | if ( ! isset( $_GET['nonce'] ) || ! wp_verify_nonce( $_GET['nonce'] ) ) { |
| 386 | 385 | status_header( 403 ); |