summaryrefslogtreecommitdiffstats
path: root/logic
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-05-16 23:33:42 +0200
committerPetr Mrázek <peterix@gmail.com>2015-05-16 23:33:42 +0200
commit3ed467e1fa310077b9039168e519ca00d117d40d (patch)
tree7bf845adadd5de852efc0dfc19be06d9f61bb816 /logic
parent44d76f5d820adf75dd37a1904af0fadfe9ee08e4 (diff)
downloadMultiMC-3ed467e1fa310077b9039168e519ca00d117d40d.tar
MultiMC-3ed467e1fa310077b9039168e519ca00d117d40d.tar.gz
MultiMC-3ed467e1fa310077b9039168e519ca00d117d40d.tar.lz
MultiMC-3ed467e1fa310077b9039168e519ca00d117d40d.tar.xz
MultiMC-3ed467e1fa310077b9039168e519ca00d117d40d.zip
NOISSUE do not dump minecraft version files into the log
Diffstat (limited to 'logic')
-rw-r--r--logic/minecraft/MinecraftVersionList.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/logic/minecraft/MinecraftVersionList.cpp b/logic/minecraft/MinecraftVersionList.cpp
index 0e2cbf90..90ef5ebe 100644
--- a/logic/minecraft/MinecraftVersionList.cpp
+++ b/logic/minecraft/MinecraftVersionList.cpp
@@ -548,7 +548,6 @@ void MCVListVersionUpdateTask::json_downloaded()
// now dump the file to disk
auto doc = file->toJson(false);
auto newdata = doc.toBinaryData();
- qDebug() << newdata;
QString targetPath = "versions/" + versionToUpdate + "/" + versionToUpdate + ".dat";
ensureFilePathExists(targetPath);
QSaveFile vfile1(targetPath);