Skip to content

Commit

Permalink
fix: remove debug echo on stats page (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored Dec 21, 2024
1 parent 77d5267 commit d9a2488
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stats.php
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ function getPriceConverted($price, $currency, $database, $userId)
}

$showTotalMonthlyCostGraph = count($totalMonthlyCostDataPoints) > 1;
echo "ASD -> " . count($totalMonthlyCostDataPoints);
echo "SHOW: -> " . $showTotalMonthlyCostGraph;

?>
<section class="contain">
Expand Down

0 comments on commit d9a2488

Please sign in to comment.