Skip to content

Commit 83628b0

Browse files
committed
A bit more cleanup
1 parent d8a71a9 commit 83628b0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Conf/CodeTable.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ public function getRowByCode($code)
4040
foreach ($codeTable->row as $row) {
4141
if ($row->code == $code) {
4242
array_push($found,$row);
43-
$count++;
4443
}
4544
}
4645

0 commit comments

Comments
 (0)