From 7545ef8d3d6150e62d808425c1e41abb356b574c Mon Sep 17 00:00:00 2001 From: Alberto Rodriguez Date: Fri, 1 Mar 2024 08:54:34 -0400 Subject: [PATCH] fix: remove debug code --- src/Telegram/Command/Debug.php | 40 ---------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 src/Telegram/Command/Debug.php diff --git a/src/Telegram/Command/Debug.php b/src/Telegram/Command/Debug.php deleted file mode 100644 index 06d934c..0000000 --- a/src/Telegram/Command/Debug.php +++ /dev/null @@ -1,40 +0,0 @@ -getChat()->send(new Message([ - __('branch: {0}', $branch_name), - __('commit: {0}', $last_commit_hash), - __('{0}', $last_commit_date), - '', - __('https://github.com/arodu/cakephp-tebo/tree/{0}', $branch_name), - ])); - } -}