remove debug messages

This commit is contained in:
stefan schippers 2024-12-10 00:37:26 +01:00
parent 893c48d7dd
commit 48d7522a8c
1 changed files with 0 additions and 1 deletions

View File

@ -2775,7 +2775,6 @@ static void draw_graph_points(int idx, int first, int last,
else if(x == 1 && xctx->draw_pixmap) w = xctx->save_pixmap;
else continue;
for(p = 0; p < poly_npoints; p++) {
dbg(0, "%d: %d %d\n", p, point[p].x,point[p].y);
if(point[p].x > x1) {
XDrawLine(display, w, xctx->gc[wave_col], x1, point[p].y, point[p].x, point[p].y);
}