Skip to content

Commit

Permalink
refactor(agent/tests): remove commented out debug lines
Browse files Browse the repository at this point in the history
  • Loading branch information
hahuja2 committed Aug 18, 2022
1 parent 4b45445 commit 734784e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion agent/lib_guzzle_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ NR_PHP_WRAPPER_START(nr_guzzle_client_construct) {
(void)wraprec;
NR_UNUSED_SPECIALFN;
nr_php_scope_release(&this_var);

if (php_version_compare(version, "7") >= 0){
NR_PHP_WRAPPER_DELEGATE(nr_guzzle7_client_construct);
} else if (php_version_compare(version, "6") >= 0) {
Expand Down
2 changes: 0 additions & 2 deletions tests/integration/external/guzzle6/test_dt.php
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@

/* Create URL. */
$url = "http://" . make_tracing_url(realpath(dirname(__FILE__)) . '/../../../include/tracing_endpoint.php');
//echo "\n";
//echo $url."\n";

/* Use guzzle 6 to make an http request. */
use GuzzleHttp\Client;
Expand Down

0 comments on commit 734784e

Please sign in to comment.