From 87826ac9c8afa003b685b0e037bb67a6f7190af4 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Wed, 1 May 2024 00:44:04 -0500 Subject: [PATCH] remove debug print --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 4b0fa23..3c5b921 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);