server side no longer debug
This commit is contained in:
parent
dc0cb6e632
commit
2eea6c78e8
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class ClientHandler extends Thread {
|
|||
|
||||
int result;
|
||||
// TODO MUST ALWAYS BE FALSE
|
||||
if(true) {
|
||||
if(false) {
|
||||
System.out.println("!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
System.out.println("!!!!!!!!!!!!!!!!!!!!!!!!!! Granting access due to debug mode");
|
||||
System.out.println("!!!!!!!!!!!!!!!!!!!!!!!!!!");
|
||||
|
|
Loading…
Add table
Reference in a new issue