lol remove notcurses_debug() from notcurses_render()

This commit is contained in:
nick black 2021-04-10 00:39:07 -04:00
parent f294c6bb0b
commit 582bdebbc3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -1329,7 +1329,7 @@ int ncpile_render(ncplane* n){
int notcurses_render(notcurses* nc){
//fprintf(stderr, "--------------- BEGIN RENDER\n");
notcurses_debug(nc, stderr);
//notcurses_debug(nc, stderr);
ncplane* stdn = notcurses_stdplane(nc);
if(ncpile_render(stdn)){
return -1;