remove debug print

This commit is contained in:
Wirlaburla 2024-05-01 00:44:04 -05:00
parent 86557d9cf4
commit 87826ac9c8
1 changed files with 0 additions and 1 deletions

View File

@ -648,7 +648,6 @@ void displayScope(xmp_module_info *mi, xmp_frame_info *fi) {
bufbuf[s] = l;
}
wmove(dis, 0, 0);
wprintw(dis, "%i", percol);
for (int t = 0; t < COLS-2; t++) {
//int r = (1.0*(bufbuf[t]+0x80)/0xFF)*(LINES-4);
int r = (1.0*(lerp(bufbuf[t-1], bufbuf[t], 0.5f)+0x80)/0xFF)*(LINES-4);