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

Commit ce82e31

Browse files
committed
Merge branch 'hotfix/debug-statement' into develop
2 parents e649aca + 6a7a572 commit ce82e31

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)