Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove qm/debug action (#7240)
Browse files Browse the repository at this point in the history
Remove qm/debug action
  • Loading branch information
gigitux authored Sep 28, 2022
1 parent 80e83a8 commit d64873e
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 d64873e

Please sign in to comment.