mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-06 03:20:26 +00:00
kill debugging cruft
This commit is contained in:
parent
d36591b01b
commit
bea71b99dd
@ -1709,7 +1709,6 @@ process_input(const unsigned char* buf, int buflen, ncinput* ni){
|
||||
// sticks that into the bulk queue.
|
||||
static int
|
||||
process_ncinput(inputctx* ictx, const unsigned char* buf, int buflen){
|
||||
fprintf(stderr, "PROCESSING UP TO %d BUF!\n", buflen);
|
||||
pthread_mutex_lock(&ictx->ilock);
|
||||
if(ictx->ivalid == ictx->isize){
|
||||
pthread_mutex_unlock(&ictx->ilock);
|
||||
|
Loading…
Reference in New Issue
Block a user