aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sway/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/main.c b/sway/main.c
index e03b8e3a..a7e808ad 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -160,7 +160,6 @@ static void log_distro() {
}
static void log_kernel() {
- return;
FILE *f = popen("uname -a", "r");
if (!f) {
wlr_log(L_INFO, "Unable to determine kernel version");