Removed debug prints

This commit is contained in:
Tristan B. Kildaire 2020-09-28 10:21:12 +02:00
parent a5f8596062
commit e12688c38a
1 changed files with 0 additions and 4 deletions

View File

@ -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];