Skip to content

Commit

Permalink
Remove qm/debug action (woocommerce#7240)
Browse files Browse the repository at this point in the history
Remove qm/debug action
  • Loading branch information
gigitux authored and senadir committed Nov 12, 2022
1 parent fe35f80 commit eef37db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BlockTypes/ProductQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ public function build_query( $query ) {
'meta_query' => array(),
);

do_action( 'qm/debug', $parsed_block );

$queries_attributes = $this->get_queries_by_attributes( $parsed_block );
$queries_filters = $this->get_queries_by_applied_filters();

Expand Down

0 comments on commit eef37db

Please sign in to comment.