Skip to content

Commit 862ce59

Browse files
committed
cleanup
1 parent a4ba71c commit 862ce59

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

src/App/Logger/Formatter/JsonErrorFormatter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Monolog\Formatter\JsonFormatter;
1414

1515
/**
16-
*
1716
* Formatter for log messages for cloud.error.log
1817
*/
1918
class JsonErrorFormatter extends JsonFormatter

src/App/Logger/HandlerFactory.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
use Monolog\Handler\SyslogHandler;
2020
use Monolog\Handler\SyslogUdpHandler;
2121
use Monolog\Logger;
22-
use Monolog\Level;
2322

2423
/**
2524
* The handler factory.
@@ -97,7 +96,6 @@ public function create(string $handler): AbstractProcessingHandler
9796
$configuration->get('file'),
9897
$minLevel ?: Logger::DEBUG
9998
);
100-
//print_r($handlerInstance);
10199
break;
102100
case static::HANDLER_FILE_ERROR:
103101
$handlerInstance = new StreamHandler(

src/Step/ValidateConfiguration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Magento\MagentoCloud\Config\ValidatorException;
1414
use Magento\MagentoCloud\Config\ValidatorInterface;
1515
use Psr\Log\LoggerInterface;
16-
use Monolog\Level;
1716

1817
/**
1918
* Validates configuration with given validators.

0 commit comments

Comments
 (0)