Skip to content

Commit

Permalink
Remove out-of-place echo
Browse files Browse the repository at this point in the history
  • Loading branch information
bakert committed Oct 21, 2024
1 parent 14f98e6 commit e2157d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gatherling/Models/Format.php
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ public static function constructTribes(string $set = 'All'): void
}

foreach ($cardSets as $cardSet) {
echo "Processing $cardSet<br />";
$cardTypes = Database::listResultSingleParam("SELECT type
FROM cards
WHERE type
Expand Down

0 comments on commit e2157d5

Please sign in to comment.