From e12688c38aed4adfd6f0d57cd6027d46054ce367 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 28 Sep 2020 10:21:12 +0200 Subject: [PATCH] Removed debug prints --- source/dnetd/dconnection.d | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/dnetd/dconnection.d b/source/dnetd/dconnection.d index 9e06142..27df4f9 100644 --- a/source/dnetd/dconnection.d +++ b/source/dnetd/dconnection.d @@ -373,8 +373,6 @@ public class DConnection : Thread /* Send status */ bool sendStatus; - writeln("bababoi b4"); - /* If we are sending to a user */ if(messageType == cast(byte)0) { @@ -407,8 +405,6 @@ public class DConnection : Thread /* TODO: Handling here, should we make the user wait? */ - - writeln("bababoi after"); /* Encode the reply */ /* TODO: */ reply = [status];