Skip to content

Commit

Permalink
Merge pull request #209 from evenisse/patch-12
Browse files Browse the repository at this point in the history
Remove bad log that can generate an exception due to unreferenced err…
  • Loading branch information
m4dm4rtig4n authored Dec 11, 2022
2 parents 5886c14 + 3b0c980 commit 8b8d095
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/query_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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 8b8d095

Please sign in to comment.