Skip to content

Commit 44f9c45

Browse files
committed
Remove debug code
1 parent 20b6033 commit 44f9c45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Compiler/Lang/Assembler/Processors/Traits/MethodCallableFromNode.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ private function assembleStaticMethodCallFromNode(StaticCall $expression): array
5858

5959
$callee = null;
6060

61-
var_dump($targetClass);
6261
if ($targetClass === 'self') {
6362
$callee = $this->getClassAssembler()->getClassName();
6463
} elseif ($targetClass === 'static') {

0 commit comments

Comments
 (0)