mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 11:26:59 +03:00
NOISSUE do not dump minecraft version files into the log
This commit is contained in:
parent
44d76f5d82
commit
3ed467e1fa
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue