Skip to content

Commit 19134c0

Browse files
authored
[EventDispatcher] cleanup
1 parent 4f94b17 commit 19134c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,10 +290,6 @@ private function postProcess($eventName)
290290
if (null !== $this->logger) {
291291
$this->logger->debug('Notified event "{event}" to listener "{listener}".', $context);
292292
}
293-
294-
if (!isset($this->called[$eventName])) {
295-
$this->called[$eventName] = new \SplObjectStorage();
296-
}
297293
} else {
298294
$this->callStack->detach($listener);
299295
}

0 commit comments

Comments
 (0)