From 6f282a2903f3845edf7c456ab0f8613b6d245609 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sun, 21 Jul 2019 20:27:09 +0200 Subject: [PATCH] csi: remove debug logging --- csi.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/csi.c b/csi.c index 1899e02c..e38ae123 100644 --- a/csi.c +++ b/csi.c @@ -648,7 +648,6 @@ csi_dispatch(struct terminal *term, uint8_t final) break; case 5: - LOG_INFO("REVERSE"); term->reverse = true; term_damage_all(term); break; @@ -745,7 +744,6 @@ csi_dispatch(struct terminal *term, uint8_t final) break; case 5: - LOG_INFO("REVERSE BACK"); term->reverse = false; term_damage_all(term); break;