Skip to content

Commit

Permalink
Issue #49 - remove test on $_REQUEST['wc-ajax'] now that trace file g…
Browse files Browse the repository at this point in the history
…eneration limit logic's available.
  • Loading branch information
bobbingwide committed Dec 2, 2019
1 parent 4ac6cc3 commit 6e877ed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions includes/class-trace-file-selector.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,10 +402,6 @@ function query_reset() {
if ( !empty( $_REQUEST['_bw_trace_reset'] ) ) {
$trace_reset = true;
}
// @TODO Is this still necessary?
if ( isset( $_REQUEST['wc-ajax'] ) ) {
$trace_reset = false;
}
return $trace_reset;
}

Expand Down

0 comments on commit 6e877ed

Please sign in to comment.