Skip to content
Snippets Groups Projects
Commit 9c34cced authored by Morris Jette's avatar Morris Jette
Browse files

Remove vestigial logging

parent 5065c774
No related branches found
No related tags found
No related merge requests found
......@@ -290,7 +290,6 @@ static bool _is_power_cpu(void)
is_power = 0;
while (fgets(buffer, sizeof(buffer), cpu_info_file) != NULL) {
if (strstr(buffer, "POWER7")) {
error("buffer:%s", buffer);
is_power = 1;
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment