csi: remove debug logging

This commit is contained in:
Daniel Eklöf 2019-07-21 20:27:09 +02:00
parent c1381fbb54
commit 6f282a2903
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
csi.c
View file

@ -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;