Skip to content

Commit 8bbd737

Browse files
authored
Remove debug message
1 parent da3277d commit 8bbd737

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/EDI/Interpreter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ private function doAddArray(array &$array, array &$jsonMessage, $maxRepeat = 1)
597597
// if segment can be repeated then the flag forces to be an array also
598598
// if there's only one segment
599599
if ($maxRepeat > 1 && $this->forceArrayWhenRepeatable) {
600-
d('lol', $jsonMessage, $maxRepeat);
601600
$array[$jsonMessage['key']] = [$jsonMessage['value']];
602601
}
603602
}

0 commit comments

Comments
 (0)