summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.c b/client.c
index 4c63fe8..de3f087 100644
--- a/client.c
+++ b/client.c
@@ -408,7 +408,6 @@ void clientConsume(struct Client *client) {
 		return;
 	}
 
-	// TODO: Move into a filter?
 	if (client->caps & CapServerTime) {
 		char ts[sizeof("YYYY-MM-DDThh:mm:ss.sssZ")];
 		struct tm *tm = gmtime(&time);