about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--nitro.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nitro.c b/nitro.c
index 8c35e13..7037c93 100644
--- a/nitro.c
+++ b/nitro.c
@@ -940,8 +940,6 @@ rescan(int first)
 void
 own_console()
 {
-	return;
-
 	int ttyfd = open("/dev/console", O_RDWR);
 	if (ttyfd < 0)
 		return;