diff --git a/DEBUG.md b/DEBUG.md index 66bf728a..d5e9beb7 100644 --- a/DEBUG.md +++ b/DEBUG.md @@ -42,7 +42,7 @@ Other actions (`disk`, `email`, `remote` or `support`) can be used as well. I do not recommend using `echo` - use [debug output](#debug-output) instead. -Disable or remove that setting to restore regular logging. +Disable or remote that setting to restore regular logging. ## Verbose output diff --git a/telegram-chat.rsc b/telegram-chat.rsc index 277c40fc..50fc0cce 100644 --- a/telegram-chat.rsc +++ b/telegram-chat.rsc @@ -33,7 +33,6 @@ :global GetRandom20CharAlNum; :global IfThenElse; :global LogPrint; - :global LogPrintVerbose; :global MAX; :global MIN; :global MkDir; @@ -97,8 +96,6 @@ :local Uptime [ /system/resource/get uptime ]; :foreach Update in=($JSON->"result") do={ :set UpdateID ($Update->"update_id"); - $LogPrintVerbose debug $ScriptName ("Update " . $UpdateID . ": " . [ :serialize to=json $Update ]); - :local Message ($Update->"message"); :local IsReply ([ :typeof ($Message->"reply_to_message") ] = "string"); :local IsMyReply ($TelegramMessageIDs->[ :tostr ($Message->"reply_to_message"->"message_id") ]);