mirror of
https://github.com/getgrav/grav.git
synced 2026-06-12 09:11:32 +02: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