mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 11:47:38 +02:00
Remove Debug Code
This commit is contained in:
@@ -69,7 +69,6 @@ class StreamHandler extends AbstractProcessingHandler
|
|||||||
{
|
{
|
||||||
if (!is_resource($this->stream)) {
|
if (!is_resource($this->stream)) {
|
||||||
if (!$this->url) {
|
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().');
|
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;
|
$this->errorMessage = null;
|
||||||
|
Reference in New Issue
Block a user