Remove debug lines
This commit is contained in:
parent
462ce7b792
commit
5835f5b8f7
1 changed files with 0 additions and 4 deletions
4
ccc.c
4
ccc.c
|
@ -1253,10 +1253,6 @@ int read_key(void)
|
|||
}
|
||||
}
|
||||
|
||||
FILE *f = fopen("/home/night/a", "a");
|
||||
fprintf(f, "c: %d\n", c);
|
||||
fclose(f);
|
||||
|
||||
if (c == '\033') {
|
||||
char seq[3];
|
||||
|
||||
|
|
Loading…
Reference in a new issue