decrease verbosity.

This commit is contained in:
Martin Preuss
2025-10-01 23:06:48 +02:00
parent 926f61aaa3
commit 1b63d50d6b
2 changed files with 0 additions and 2 deletions

View File

@@ -167,7 +167,6 @@ void AQDG_Graph_CalcMinMaxValues(AQDG_GRAPH *g)
AQDG_GRAPH_AXIS *axis; AQDG_GRAPH_AXIS *axis;
AQDG_Graph_SubGraph_CalcMinMaxValues(sg); AQDG_Graph_SubGraph_CalcMinMaxValues(sg);
DBG_ERROR(NULL, "SubGraph: minX=%f, maxX=%f", AQDG_Graph_SubGraph_GetMinValueX(sg), AQDG_Graph_SubGraph_GetMaxValueX(sg));
axis=AQDG_Graph_GetAxisByIndex(g, AQDG_Graph_SubGraph_GetIndexAxisX(sg)); axis=AQDG_Graph_GetAxisByIndex(g, AQDG_Graph_SubGraph_GetIndexAxisX(sg));
if (axis) if (axis)
_updateAxisMinMaxValues(axis, AQDG_Graph_SubGraph_GetMinValueX(sg), AQDG_Graph_SubGraph_GetMaxValueX(sg)); _updateAxisMinMaxValues(axis, AQDG_Graph_SubGraph_GetMinValueX(sg), AQDG_Graph_SubGraph_GetMaxValueX(sg));

View File

@@ -45,7 +45,6 @@
haveFirstValue=1; \n haveFirstValue=1; \n
} \n } \n
else { \n else { \n
DBG_ERROR(NULL, "v1=%.2f, v0=%.2f", $(struct_prefix)_GetValue(tick), v0); \n
return $(struct_prefix)_GetValue(tick)-v0; \n return $(struct_prefix)_GetValue(tick)-v0; \n
} \n } \n
} \n } \n