From c6953057e8dd076708b842161e3c372020b655c2 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Fri, 17 Mar 2023 09:29:04 +0200 Subject: [PATCH] Client - Disable testing code for now --- source/birchwood/client/client.d | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/source/birchwood/client/client.d b/source/birchwood/client/client.d index 1e2c7da..5c79113 100644 --- a/source/birchwood/client/client.d +++ b/source/birchwood/client/client.d @@ -139,22 +139,25 @@ public class Client : Thread if(commandReply.getReplyType() == ReplyType.RPL_BOUNCE) { - logger.log(); - logger.log("<<<>>>"); + // TODO: Testing code was here + // logger.log(); + // logger.log("<<<>>>"); - logger.log("Take a look:\n\n"~commandReply.getParams()); + // logger.log("Take a look:\n\n"~commandReply.getParams()); - logger.log("And here is key-value pairs: ", commandReply.getKVPairs()); - logger.log("And here is array: ", commandReply.getPairs()); + // logger.log("And here is key-value pairs: ", commandReply.getKVPairs()); + // logger.log("And here is array: ", commandReply.getPairs()); - // TODO: DLog bug, this prints nothing - logger.log("And here is trailing: ", commandReply.getTrailing().length); + // // TODO: DLog bug, this prints nothing + // logger.log("And here is trailing: ", commandReply.getTrailing()); - import std.stdio; - writeln("Trailer: "~commandReply.getTrailing()); + // import std.stdio; + // writeln("Trailer: "~commandReply.getTrailing()); - logger.log("<<<>>>"); - logger.log(); + // writeln(cast(ubyte[])commandReply.getTrailing()); + + // logger.log("<<<>>>"); + // logger.log();