Skip to content

Commit 993f8aa

Browse files
authored
chore: Fatal debug code removed (#791)
1 parent f09e37e commit 993f8aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/data/connection/class-product-connection-resolver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ public function get_query_args() {
231231
* @return \WP_Query
232232
*/
233233
public function get_query() {
234-
\codecept_debug( $this->query_args );
235234
// Run query and remove hook.
236235
return new \WP_Query( $this->query_args );
237236
}

0 commit comments

Comments
 (0)