Remove test format.

This commit is contained in:
marcins78@gmail.com
2011-12-19 16:40:58 +00:00
parent 0726bdbca1
commit a0ed04a959

View File

@@ -51,7 +51,7 @@ public class HallServer extends AbstractServer {
addFormat("open", "Open", "default", new OpenFormat(library));
addFormat("expanded", "Expanded", "default", new ExpandedFormat(library));
addFormat("whatever", "Format for testing", "default", new FreeFormat(library));
// addFormat("whatever", "Format for testing", "default", new FreeFormat(library));
}
public String getMOTD() {