Skip to content

Commit 1e6390f

Browse files
author
Alessandro Chitolina
committed
removed debug output
1 parent d4b4987 commit 1e6390f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Application/Kernel.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function configure(array $configuration)
5555
$this->container
5656
->addCompilerPass(new ConnectionCreator())
5757
->addCompilerPass(new VerbosityNormalizer())
58-
->addCompilerPass(new TraceableEventDispatcherSetterPass())
58+
// ->addCompilerPass(new TraceableEventDispatcherSetterPass())
5959
->addCompilerPass(new EventListenerPass(), PassConfig::TYPE_OPTIMIZE);
6060

6161
Silencer::call('mkdir', dirname($this->container->getParameter('log_file')), 0777, true);

src/Child.php

-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ public function run()
8484
while ($this->running) {
8585
$this->queue->runLoop();
8686
$this->eventDispatcher->dispatch(Events::CHILD_EVENT_LOOP);
87-
$this->logger->debug('Loop event...');
8887
}
8988

9089
$this->logger->info('Dying...');

0 commit comments

Comments
 (0)