Skip to content

Commit

Permalink
Removed debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ny64 committed Jan 16, 2021
1 parent 8813866 commit 1558c33
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/terminal.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ char read_key() {
char c;

while ((nread = read(STDIN_FILENO, &c, 1)) != 1) {
printf("READ KEY\n");
if (nread == -1 && errno != EAGAIN) die("read", 0);
}

Expand Down

0 comments on commit 1558c33

Please sign in to comment.