git clone of logicmail with some fixes/features added
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Removed println

git-svn-id: https://logicmail.svn.sourceforge.net/svnroot/logicmail/trunk@748 5c734088-3d25-0410-9155-b3c3832efda5

octorian c9120322 3a2e97dd

+2 -2
+2 -2
LogicMail/src/org/logicprobe/LogicMail/util/Connection.java
··· 362 362 throw new IOException("Connection closed"); 363 363 } 364 364 } 365 - // This should never normally happen 366 - System.err.println("-->Blargh!"); 365 + // We should never get here, unless there is a connection error or the 366 + // line response tester has a bug. 367 367 return null; 368 368 } 369 369