mirror of https://github.com/deavminet/dnetd.git
Removed debug prints
This commit is contained in:
parent
a5f8596062
commit
e12688c38a
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue