mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +00:00
Remove unnecessary comment
This commit is contained in:
parent
350f7d3460
commit
71aaa7e130
|
@ -287,7 +287,6 @@ int main(int argc, char **argv) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: switch logging over to wlroots?
|
|
||||||
if (debug) {
|
if (debug) {
|
||||||
wlr_log_init(WLR_DEBUG, NULL);
|
wlr_log_init(WLR_DEBUG, NULL);
|
||||||
} else if (verbose || validate) {
|
} else if (verbose || validate) {
|
||||||
|
|
Loading…
Reference in a new issue