lol remove notcurses_debug() from notcurses_render()

pull/1516/head
nick black 3 years ago
parent f294c6bb0b
commit 582bdebbc3
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save