mirror of
https://github.com/wiiu-env/libfat.git
synced 2024-11-26 03:44:15 +01:00
Removed superfluous debug messages
This commit is contained in:
parent
71b1b585b8
commit
aa0d8773da
@ -256,14 +256,8 @@ PARTITION* _FAT_partition_getPartitionFromPath (const char* path) {
|
||||
devops = GetDeviceOpTab (path);
|
||||
|
||||
if (!devops) {
|
||||
#ifdef FAT_DEBUG
|
||||
iprintf ("\n%s %d\n", __FILE__, __LINE__);
|
||||
#endif
|
||||
return NULL;
|
||||
}
|
||||
|
||||
#ifdef FAT_DEBUG
|
||||
iprintf ("\n%s %d\n", __FILE__, __LINE__);
|
||||
#endif
|
||||
return (PARTITION*)devops->deviceData;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user