Skip to content

Commit 1e09182

Browse files
committed
forgotten echo
1 parent 2578e7f commit 1e09182

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Parsem/Parser.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public static function parseConditions(string $string, array $arguments = [], in
135135

136136

137137
$result = static::getConditionResult($matches, $arguments);
138-
echo $result;
139138

140139
$conditionStart = (int)$matches[0][1];
141140
$conditionLength = strlen($matches[0][0]);

0 commit comments

Comments
 (0)