Private
Public Access
1
0

still some print statements

This commit is contained in:
2024-05-04 15:08:57 +02:00
parent dfdaa566a0
commit 5d8ff00292
3 changed files with 1 additions and 3 deletions

View File

@@ -365,8 +365,6 @@ def interactive_planchart(data, startdate, enddate):
'data': data_dict,
}
print(data_dict)
script, div = get_chart("/plan", chart_data, debug=False)
return script, div

View File

@@ -140,7 +140,7 @@ $( function() {
</table>
<div id="slider-range"></div>
<p>
<label for="amountspm">Active Range:</label>
<label for="amountspm">Stroke Rate:</label>
<input type="text" id="amountspm" readonly style="border:0; color:#1c75bc; font-weight:bold;">
</p>
<div id="slider-timerange"></div>

Binary file not shown.