NOISSUE do not dump minecraft version files into the log
This commit is contained in:
parent
44d76f5d82
commit
3ed467e1fa
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user