Commit remove free space print that was used for debugging.

This commit is contained in:
CYBERDEViL 2023-05-03 21:25:55 +02:00
parent ce1852b585
commit d9e2d39bc8
1 changed files with 0 additions and 3 deletions

View File

@ -566,9 +566,6 @@ int main(int argc, char *argv[]) {
fclose(fp);
return 1;
}
printInfo("Free tmp disk space: ");
printPrettySize(tmpFreeDiskSpace);
printf("\n");
bool result;
InflateObject inflateObj;