Commit remove free space print that was used for debugging.
This commit is contained in:
parent
ce1852b585
commit
d9e2d39bc8
|
@ -566,9 +566,6 @@ int main(int argc, char *argv[]) {
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
printInfo("Free tmp disk space: ");
|
|
||||||
printPrettySize(tmpFreeDiskSpace);
|
|
||||||
printf("\n");
|
|
||||||
|
|
||||||
bool result;
|
bool result;
|
||||||
InflateObject inflateObj;
|
InflateObject inflateObj;
|
||||||
|
|
Loading…
Reference in New Issue