From 40af40f3ef19bf3b022702ff4d1de280f9c76ca0 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Thu, 25 Jan 2024 21:22:43 +0100 Subject: [PATCH] boudin --- srcs/client.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcs/client.cpp b/srcs/client.cpp index 8759adb..80b9b98 100644 --- a/srcs/client.cpp +++ b/srcs/client.cpp @@ -6,7 +6,7 @@ /* By: vvaas +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/01/21 10:35:52 by maldavid #+# #+# */ -/* Updated: 2024/01/25 21:20:41 by maldavid ### ########.fr */ +/* Updated: 2024/01/25 21:22:34 by maldavid ### ########.fr */ /* */ /******************************************************************************/ @@ -47,7 +47,6 @@ namespace irc void Client::sendMsg(const std::string& sender, const std::string& cmd, const std::string& trailing) { const std::string out = ':' + sender + ' ' + cmd + " :" + trailing + "\r\n"; - logs::report(log_message,"<- S %s", out.c_str()); #ifdef DEBUG logs::report(log_message,"sending '%s'", out.c_str()); #endif