Take out printf

This commit is contained in:
twinaphex 2015-09-18 21:19:54 +02:00
parent 1ea6c2691a
commit 270ec2403c

View File

@ -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;