Skip to content

Commit 034f22d

Browse files
committed
updated
1 parent 5d00915 commit 034f22d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/stealth.pl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,6 @@ sub check_tld {
201201
say STDERR sprintf('checking %s...', $url);
202202
my $result = $ua->request(GET($url, connection => 'close'));
203203

204-
say STDERR $result->status_line;
205-
206204
if (200 == $result->code && $result->header('content-type') =~ /^application\/(rdap\+)?json/i) {
207205
say STDERR sprintf('%s returned an RDAP response!', $url);
208206
say STDOUT $tld;

0 commit comments

Comments
 (0)