diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-05-16 23:33:42 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-05-16 23:33:42 +0200 |
commit | 3ed467e1fa310077b9039168e519ca00d117d40d (patch) | |
tree | 7bf845adadd5de852efc0dfc19be06d9f61bb816 | |
parent | 44d76f5d820adf75dd37a1904af0fadfe9ee08e4 (diff) | |
download | MultiMC-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
-rw-r--r-- | logic/minecraft/MinecraftVersionList.cpp | 1 |
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); |