summaryrefslogtreecommitdiffstats
path: root/sway/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/main.c')
-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() {
160} 160}
161 161
162static void log_kernel() { 162static void log_kernel() {
163 return;
164 FILE *f = popen("uname -a", "r"); 163 FILE *f = popen("uname -a", "r");
165 if (!f) { 164 if (!f) {
166 wlr_log(L_INFO, "Unable to determine kernel version"); 165 wlr_log(L_INFO, "Unable to determine kernel version");