Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 83add2b

Browse files
committed
Remove debugging code...oops
Signed-off-by: Yoshi2889 <rick.2889@gmail.com>
1 parent 7494a90 commit 83add2b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/LinkSniffer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ public function sniffLinks(IrcDataObject $message)
9191
// Guzzle exceptions (such as connection timeouts) should be ignored.
9292
catch (GuzzleException $e)
9393
{
94-
echo 'Caught exception: ' . $e->getMessage() . PHP_EOL;
9594
$title = '(link was unresponsive: ' . $uri . ')';
9695
}
9796

0 commit comments

Comments
 (0)