Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matteotolloso committed Jan 11, 2024
1 parent 91ae29b commit b2bf047
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions smartreport_app/kb_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ def kb_interface(params):
frequency = params['kpi_frequency_list']
predict = True if params['predict'] == 'true' else False

print(predict)

if plot_type == 'semaphore':
resp = get_kpi_value(kpi_list[0]) # is only one
value = resp['value'][-1]
Expand Down

0 comments on commit b2bf047

Please sign in to comment.