From 1b63dc01db8b75ea3f24aba926c3f1d46c3b7217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 21 May 2018 23:14:12 +0200 Subject: [PATCH] Remove comment. --- YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp b/YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp index f6b55776..6bba48d1 100644 --- a/YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp +++ b/YACReaderLibrary/server/controllers/v2/synccontroller_v2.cpp @@ -59,7 +59,7 @@ void SyncControllerV2::service(HttpRequest &request, HttpResponse &response) ComicInfo info; info.currentPage = currentPage; - info.hash = hash; //TODO remove the hash check and add UUIDs for libraries + info.hash = hash; currentRating = comicInfoProgress.at(4).toInt(); info.rating = currentRating;