interp PoC: less debugging cruft

pull/1838/head
nick black 3 years ago
parent 8fe8e35efe
commit dc6f697995
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -69,7 +69,6 @@ interp(struct notcurses* nc, int cellpixy, int cellpixx){
if(ncvisual_render(nc, ncv, &vopts) == NULL){ if(ncvisual_render(nc, ncv, &vopts) == NULL){
return -1; return -1;
} }
notcurses_debug(nc, stderr);
notcurses_render(nc); notcurses_render(nc);
ncplane_destroy(ncvp); ncplane_destroy(ncvp);
ncplane_destroy(scalep); ncplane_destroy(scalep);
@ -79,7 +78,7 @@ notcurses_debug(nc, stderr);
int main(void){ int main(void){
struct notcurses_options nopts = { struct notcurses_options nopts = {
.loglevel = NCLOGLEVEL_TRACE, // .loglevel = NCLOGLEVEL_TRACE,
}; };
struct notcurses* nc = notcurses_init(&nopts, NULL); struct notcurses* nc = notcurses_init(&nopts, NULL);
if(nc == NULL){ if(nc == NULL){

Loading…
Cancel
Save