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

Commit

Permalink
Remove debugging code...oops
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshi2889 <[email protected]>
  • Loading branch information
NanoSector committed Apr 10, 2016
1 parent 7494a90 commit 83add2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/LinkSniffer.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function sniffLinks(IrcDataObject $message)
// Guzzle exceptions (such as connection timeouts) should be ignored.
catch (GuzzleException $e)
{
echo 'Caught exception: ' . $e->getMessage() . PHP_EOL;
$title = '(link was unresponsive: ' . $uri . ')';
}

Expand Down

0 comments on commit 83add2b

Please sign in to comment.