Skip to content

Commit

Permalink
Disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith authored Dec 7, 2024
1 parent e394b0a commit 8c7f612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/core/generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from docx.shared import Cm
import matplotlib.pyplot as plt
import numpy as np
from icecream import ic
#from icecream import ic

matplotlib.use("Agg")

Expand Down Expand Up @@ -197,7 +197,7 @@ def count_category_results(data):
result_counts = count_category_results(tree)
ic(result_counts)
for key, content in tree.items():
ic(content["node_content"])
# ic(content["node_content"])
total = sum(result_counts[content["urn"]].values())
ok_items = result_counts[content["urn"]].get("compliant", 0) + result_counts[
content["urn"]
Expand Down

0 comments on commit 8c7f612

Please sign in to comment.