summaryrefslogtreecommitdiffstats
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 dea4a31c..8d39d5f1 100644
--- a/sway/main.c
+++ b/sway/main.c
@@ -287,7 +287,6 @@ int main(int argc, char **argv) {
287 } 287 }
288 } 288 }
289 289
290 // TODO: switch logging over to wlroots?
291 if (debug) { 290 if (debug) {
292 wlr_log_init(WLR_DEBUG, NULL); 291 wlr_log_init(WLR_DEBUG, NULL);
293 } else if (verbose || validate) { 292 } else if (verbose || validate) {