1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

removed var_dump leftovers

This commit is contained in:
shimon 2024-02-01 10:35:38 +02:00
parent 1ef5c9bfcd
commit 62bc540db0

View file

@ -47,6 +47,8 @@ class UsageHook extends Usage
foreach ($projects as $data) {
$numberOfKeys = !empty($data['keys']) ? count($data['keys']) : 0;
$projectInternalId = $data['project']->getInternalId();
$database = $data['project']['database'] ?? '';
console::warning('Ticker started ' . DateTime::now());
if ($numberOfKeys === 0) {