Skip to content

Commit 734784e

Browse files
committed
refactor(agent/tests): remove commented out debug lines
1 parent 4b45445 commit 734784e

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

agent/lib_guzzle_common.c

-1
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ NR_PHP_WRAPPER_START(nr_guzzle_client_construct) {
322322
(void)wraprec;
323323
NR_UNUSED_SPECIALFN;
324324
nr_php_scope_release(&this_var);
325-
326325
if (php_version_compare(version, "7") >= 0){
327326
NR_PHP_WRAPPER_DELEGATE(nr_guzzle7_client_construct);
328327
} else if (php_version_compare(version, "6") >= 0) {

tests/integration/external/guzzle6/test_dt.php

-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@
7676

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

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

0 commit comments

Comments
 (0)