mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 13:35:22 +02:00
[278341] [dstore] Disconnect on idle causes the client hang
-took out the println
This commit is contained in:
parent
4edee957ae
commit
ef70a23d2a
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ public class ServerCommandHandler extends CommandHandler
|
||||||
}
|
}
|
||||||
if (_serverTimedOut)
|
if (_serverTimedOut)
|
||||||
{
|
{
|
||||||
System.out.println("server timed out");
|
|
||||||
_dataStore.getCommandHandler().finish();
|
_dataStore.getCommandHandler().finish();
|
||||||
_dataStore.getUpdateHandler().finish();
|
_dataStore.getUpdateHandler().finish();
|
||||||
_dataStore.finish();
|
_dataStore.finish();
|
||||||
|
|
Loading…
Add table
Reference in a new issue