sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 71aaa7e13038dbbe40cbeb73bf23b3dcdbda5eba
parent 350f7d34605264eb029f6f7d88d6a54e81f455ed
Author: Drew DeVault <sir@cmpwn.com>
Date:   Sat, 13 Oct 2018 20:51:29 -0400

Remove unnecessary comment

Diffstat:
Msway/main.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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) {