diff --git a/sway/main.c b/sway/main.c index dea4a31c3..8d39d5f17 100644 --- a/sway/main.c +++ b/sway/main.c @@ -287,7 +287,6 @@ int main(int argc, char **argv) { } } - // TODO: switch logging over to wlroots? if (debug) { wlr_log_init(WLR_DEBUG, NULL); } else if (verbose || validate) {