Skip to content

Commit a4597db

Browse files
authored
fix: remove codecept_debug() call from production code (#759)
1 parent f583628 commit a4597db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/data/class-db-hooks.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ public function add_cursor( $clauses, $query, $args ) {
6666
? $clauses['orderby'] . ','
6767
: '';
6868

69-
\codecept_debug( $orderby );
7069
if ( ! isset( $args['graphql_cursor_compare'] ) ) {
7170
$clauses['orderby'] = "{$orderby} {$tables['orders']}.id DESC ";
7271
} else {

0 commit comments

Comments
 (0)