Skip to content

Commit 54a6719

Browse files
author
Miguel Ribeiro
committed
fix: remove debug echo on stats page
1 parent 77d5267 commit 54a6719

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stats.php

-2
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ function getPriceConverted($price, $currency, $database, $userId)
277277
}
278278

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

283281
?>
284282
<section class="contain">

0 commit comments

Comments
 (0)