mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
lol remove notcurses_debug() from notcurses_render()
This commit is contained in:
parent
f294c6bb0b
commit
582bdebbc3
@ -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…
x
Reference in New Issue
Block a user