From 0d025550a0d28859be497699f9f80ef0f6d57ae9 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Thu, 5 Mar 2026 11:16:05 +0100 Subject: [PATCH] vlegend graph addition: remove dbg message --- src/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/draw.c b/src/draw.c index 720f306b..7bdf7820 100644 --- a/src/draw.c +++ b/src/draw.c @@ -3574,7 +3574,7 @@ static void draw_graph_variables(int wcnt, int wave_color, int n_nodes, int swee cairo_font_face_destroy(xctx->cairo_font); } #endif - dbg(0, "%g %g %s\n", xt, yt, tmpstr); + dbg(1, "%g %g %s\n", xt, yt, tmpstr); my_snprintf(tmpstr, S(tmpstr), "%s", str_replace(tmpstr, "\\ ", " ", 0, -1)); draw_string(wave_color, NOW, tmpstr, 0, 0, 0, 0, xt, yt, gr->txtsizey * gr->magy * 0.5, gr->txtsizey * gr->magy * 0.5);