1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-01 10:50:21 +02:00

Remove Debug Code

This commit is contained in:
Theo Kouzelis
2014-09-17 21:38:44 +01:00
parent b838c31b21
commit d52085a32f

View File

@@ -69,7 +69,6 @@ class StreamHandler extends AbstractProcessingHandler
{
if (!is_resource($this->stream)) {
if (!$this->url) {
var_dump($this->url);
throw new \LogicException('Missing stream url, the stream can not be opened. This may be caused by a premature call to close().');
}
$this->errorMessage = null;