Skip to content

Commit

Permalink
fix: remove codecept_debug() call from production code (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine authored Jul 19, 2023
1 parent f583628 commit a4597db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion includes/data/class-db-hooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ public function add_cursor( $clauses, $query, $args ) {
? $clauses['orderby'] . ','
: '';

\codecept_debug( $orderby );
if ( ! isset( $args['graphql_cursor_compare'] ) ) {
$clauses['orderby'] = "{$orderby} {$tables['orders']}.id DESC ";
} else {
Expand Down

0 comments on commit a4597db

Please sign in to comment.