mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Take out printf
This commit is contained in:
parent
1ea6c2691a
commit
270ec2403c
@ -1149,7 +1149,6 @@ static void check_proc_acpi_sysfs_ac_adapter(const char * node, bool *have_ac)
|
||||
const char *base = proc_acpi_sysfs_ac_adapter_path;
|
||||
|
||||
snprintf(path, sizeof(path), "%s/%s", base, "online");
|
||||
printf("path: %s\n", path);
|
||||
if (!retro_fmemcpy(path, state, sizeof(state), &buflen))
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user