summaryrefslogtreecommitdiff
path: root/t/21write-to-scalar.t
diff options
context:
space:
mode:
Diffstat (limited to 't/21write-to-scalar.t')
-rw-r--r--t/21write-to-scalar.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/t/21write-to-scalar.t b/t/21write-to-scalar.t
index b457d5c..85d916e 100644
--- a/t/21write-to-scalar.t
+++ b/t/21write-to-scalar.t
@@ -35,7 +35,3 @@ my $realurl = $curl->getinfo(CURLINFO_EFFECTIVE_URL);
ok( $realurl, "getinfo returns CURLINFO_EFFECTIVE_URL");
my $httpcode = $curl->getinfo(CURLINFO_HTTP_CODE);
ok( $httpcode, "getinfo returns CURLINFO_HTTP_CODE");
-
-note("Bytes: $bytes");
-note("realurl: $realurl");
-note("httpcode: $httpcode");