1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00
- Disable testing code for now
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-17 09:29:04 +02:00
parent d982205b1b
commit c6953057e8

View File

@ -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();