diff options
author | Sky <git@bunnies.cc> | 2014-01-12 18:42:02 +0000 |
---|---|---|
committer | Sky <git@bunnies.cc> | 2014-01-12 18:42:02 +0000 |
commit | 500581d095b634998f4d6db70276905cbfcf5d21 (patch) | |
tree | 3109fe8472ba048a2eb9b705d5fa668433d285da | |
parent | c51090dcff68fc520a8377cb9ff5635a815ff489 (diff) | |
download | MultiMC-500581d095b634998f4d6db70276905cbfcf5d21.tar MultiMC-500581d095b634998f4d6db70276905cbfcf5d21.tar.gz MultiMC-500581d095b634998f4d6db70276905cbfcf5d21.tar.lz MultiMC-500581d095b634998f4d6db70276905cbfcf5d21.tar.xz MultiMC-500581d095b634998f4d6db70276905cbfcf5d21.zip |
More comments removal
-rw-r--r-- | logic/status/StatusChecker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/status/StatusChecker.cpp b/logic/status/StatusChecker.cpp index 54cf077a..7c856d3f 100644 --- a/logic/status/StatusChecker.cpp +++ b/logic/status/StatusChecker.cpp @@ -47,7 +47,6 @@ void StatusChecker::reloadStatus() void StatusChecker::statusDownloadFinished() { - // Parse the XML file and process the RSS feed entries. QLOG_DEBUG() << "Finished loading status JSON."; QByteArray data; |