diff options
-rw-r--r-- | instr-daemon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/instr-daemon.c b/instr-daemon.c index 985fcc1..d79916d 100644 --- a/instr-daemon.c +++ b/instr-daemon.c @@ -328,7 +328,6 @@ static gboolean periodic_poll (void) } LCD_clear(); - LCD_write(0,0,"Please turn off power."); // use plain old open to avoid any buffering etc int enablefd = open("/proc/sys/kernel/sysrq", O_SYNC | O_RDWR); |