From 6a6bd3a4d267b37cabfdb1ce00d8d8c7e7d7a1ca Mon Sep 17 00:00:00 2001 From: mercury Date: Sun, 19 May 2024 21:26:56 +0400 Subject: [PATCH] delete debug --- app/bot.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 16b0086..9badcda 100644 --- a/app/bot.php +++ b/app/bot.php @@ -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);