Skip to content

Commit

Permalink
Remove bad log that can generate exception due to unreferenced error
Browse files Browse the repository at this point in the history
  • Loading branch information
evenisse authored Dec 11, 2022
1 parent 730af78 commit 4b61477
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/query_daily.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ def get(self):
"error": True,
"description": "MyElectricalData est indisponible."
}
app.LOG.error(error)
if "error" in response and response["error"]:
error = [
"Echec de la récupération des données.",
Expand Down

0 comments on commit 4b61477

Please sign in to comment.