REMOVE unused logging statement from statistiques-collections.php
This commit is contained in:
parent
711587afcc
commit
b813223fcd
|
|
@ -13,7 +13,6 @@ foreach ($documents_statistics as $document_statistic) {
|
||||||
if (!$amount || $amount <= 0) continue;
|
if (!$amount || $amount <= 0) continue;
|
||||||
$document_statistic['percentage'] = intval($document_statistic['amount']) / $total_documents_count * 100;
|
$document_statistic['percentage'] = intval($document_statistic['amount']) / $total_documents_count * 100;
|
||||||
}
|
}
|
||||||
write_log($documents_statistics);
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user