From 9395d0c4c022cbadc6a1342fb2083394a2cf3015 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Tue, 5 Aug 2025 12:13:44 +0200 Subject: [PATCH] Remove unused constant. --- ircplom/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ircplom/client.py b/ircplom/client.py index a0bd6e2..0d755c2 100644 --- a/ircplom/client.py +++ b/ircplom/client.py @@ -15,7 +15,6 @@ ClientsDb = dict[str, 'Client'] CHAT_GLOB = '*' _LOG_PREFIX_PRIVMSG = '' -_LOG_PREFIX_SEND_FMT = '> ' _LOG_PREFIX_SEND_RAW = '=>|' _LOG_PREFIX_RECV_RAW = '<-|' -- 2.30.2