oops, remove unneeded printf

This commit is contained in:
zeromus 2016-11-11 02:34:02 +00:00
parent 2801ee5d19
commit c75b9ed62b
1 changed files with 0 additions and 2 deletions

View File

@ -197,8 +197,6 @@ bool VFAT::build(const char* path, int extra_MB)
if(dataSectors<36*1024*1024/512)
dataSectors = 36*1024*1024/512;
printf("dataSectors: %lld\n",dataSectors);
if(dataSectors>=(0x80000000>>9))
{
printf("error allocating memory for fat (%d KBytes)\n",(dataSectors*512)/1024);