delete debug

This commit is contained in:
mercury
2024-05-19 21:26:56 +04:00
parent 624713347a
commit 6a6bd3a4d2
-1
View File
@@ -954,7 +954,6 @@ class Bot
[$start, $period] = explode('/', $c['backup']);
$start = strtotime($start);
$period = strtotime($period, 0);
(var_dump($now, $start, $period, ($now - $start) % $period));
if ($now - $start >= $period && ($now - $start) % $period == 0) {
if (!empty($c['pinbackup'])) {
$this->pinAdmin($c['pinbackup'], 1);