1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 09:43:37 +02:00

Removed debug prints

This commit is contained in:
Tristan B. Kildaire 2020-09-28 10:21:12 +02:00
parent a5f8596062
commit e12688c38a

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