Skip to content

Commit

Permalink
chore: Unnecessary debug logs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kidunot89 committed May 15, 2024
1 parent b1a4068 commit 15c7e58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Codeception/Module/WPGraphQL.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,6 @@ protected function parseRequestOptions( array $selected_options ) {
$request_options['headers'] = array_merge( $request_options['headers'], $selected_options['headers'] );
}

\codecept_debug( $request_options );

return $request_options;
}

Expand Down

0 comments on commit 15c7e58

Please sign in to comment.