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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user