Skip to content

Commit 6ba15f0

Browse files
authored
Remove undefined codecept_debug() function
1 parent 673ce74 commit 6ba15f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/connection/class-products.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ function() {
187187
'resolve' => function( $source, array $args, AppContext $context, ResolveInfo $info ) {
188188
$resolver = new Product_Connection_Resolver( $source, $args, $context, $info );
189189

190-
\codecept_debug( $source->variations_ids );
191190
$resolver->set_query_arg( 'post_parent', $source->ID );
192191
$resolver->set_query_arg( 'post_type', 'product_variation' );
193192
$resolver->set_query_arg( 'post__in', $source->variation_ids );

0 commit comments

Comments
 (0)