Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
jack89roberts committed Oct 16, 2024
1 parent 7573b01 commit a8e5a85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/arcsf/data/generation/scripts/generate_tofu.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,9 +477,6 @@
for question in questions:
for q_key in question["keys"]:
if key == q_key:
# print(key)
# print(question["keys"])
# print("match")
n_questions += 1
print(f"Type:{item['type']} Number Questions: {n_questions}")

Expand Down

0 comments on commit a8e5a85

Please sign in to comment.