really, Arisotura?

This commit is contained in:
Arisotura 2021-11-28 13:36:00 +01:00
parent 44757a8323
commit 3300cc8f15
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ bool FATStorage::InjectFile(std::string path, u8* data, u32 len)
u32 nwrite;
f_write(&file, data, len, &nwrite);
f_close(&file);
printf("burped hard: %d/%d\n", nwrite, len);
f_unmount("0:");
ff_disk_close();