Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 6a7a572

Browse files
committed
Remove debug statement!
1 parent e649aca commit 6a7a572

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Controller/ControllerManager.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ public function injectPluginManager($first, $second)
207207
*/
208208
public function injectServiceLocator($first, $second)
209209
{
210-
printf("In %s\n", __METHOD__);
211210
if ($first instanceof ContainerInterface) {
212211
$container = $first;
213212
$controller = $second;

0 commit comments

Comments
 (0)