Skip to content

Commit 1ab3c10

Browse files
authored
fix: Remove debug log
1 parent 14ed825 commit 1ab3c10

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/training.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ def getitem(d, key):
129129
manifest = manifest_store["manifests"][manifest_store["active_manifest"]]
130130

131131
for assertion in manifest["assertions"]:
132-
print(assertion)
133132
if assertion["label"] == "cawg.training-mining":
134133
if getitem(assertion, ("data","entries","cawg.ai_generative_training","use")) == "notAllowed":
135134
allowed = False

0 commit comments

Comments
 (0)