Skip to content

Commit 49cd135

Browse files
committed
removed comments
1 parent b08c536 commit 49cd135

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/SplitIO/Grammar/Condition/Matcher/Dependency.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ public function isNegate()
2929

3030
public function evalKey($key, $attributes = null, $bucketingKey = null, $context = null)
3131
{
32-
echo "SDASDASD" . json_encode($context) . "\n";
33-
echo "SDASDASD" . json_encode($context) . "\n";
34-
echo "SDASDASD" . json_encode($context) . "\n";
35-
echo "SDASDASD" . json_encode($context) . "\n";
3632
if (!isset($context['evaluator'])) {
3733
throw new Exception('Evaluator not present in matcher context.');
3834
return false;

0 commit comments

Comments
 (0)