mirror of
https://github.com/getgrav/grav.git
synced 2026-03-23 04:50:08 +01:00
Remove extra debug message
This commit is contained in:
@@ -12,7 +12,6 @@ class LoggerServiceProvider implements ServiceProviderInterface
|
||||
public function register(Container $container)
|
||||
{
|
||||
$container['log'] = function ($c) {
|
||||
echo "LOG";
|
||||
$log = new Logger('grav');
|
||||
|
||||
/** @var UniformResourceLocator $locator */
|
||||
|
||||
Reference in New Issue
Block a user