SVN revision: 75157
This commit is contained in:
Carsten Haitzler 2012-08-11 12:18:39 +00:00
parent ba7e839885
commit 9924cc8a78
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ _bl_write_file(const char *file, int val)
close(fd); close(fd);
return -1; return -1;
} }
printf("BACKLIGHT: %s -> %i\n", file, val);
close(fd); close(fd);
return 0; return 0;
} }