From 8f0360d9e72843d527b2db28047ae5f0498f3a3e Mon Sep 17 00:00:00 2001 From: Matt Windsor Date: Sat, 19 Mar 2011 17:25:07 +0000 Subject: Library viewer now retrieves tracks from server. Code will need a LOT of cleanup, but this is a triumph. I'm making a note here-- huge success. --- src/uk/org/ury/server/Server.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/uk/org/ury/server/Server.java') diff --git a/src/uk/org/ury/server/Server.java b/src/uk/org/ury/server/Server.java index 75b5bd9..697476e 100644 --- a/src/uk/org/ury/server/Server.java +++ b/src/uk/org/ury/server/Server.java @@ -417,7 +417,6 @@ public class Server serveError (int code, String reason) { // Get the reason string to put in the error response. - // TODO: standards? String statusReason = ""; -- cgit v1.2.3