1
0
Fork 0
mirror of https://github.com/swaywm/sway.git synced 2025-01-29 22:35:20 +01:00

Remove unnecessary comment

This commit is contained in:
Drew DeVault 2018-10-13 20:51:29 -04:00
parent 350f7d3460
commit 71aaa7e130

View file

@ -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) {