1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 04:25:21 +02:00

[278341] [dstore] Disconnect on idle causes the client hang

-took out the println
This commit is contained in:
David McKnight 2009-06-03 16:02:40 +00:00
parent 4edee957ae
commit ef70a23d2a

View file

@ -60,7 +60,6 @@ public class ServerCommandHandler extends CommandHandler
}
if (_serverTimedOut)
{
System.out.println("server timed out");
_dataStore.getCommandHandler().finish();
_dataStore.getUpdateHandler().finish();
_dataStore.finish();