removed debug print

This commit is contained in:
2026-01-30 11:50:55 +01:00
parent 5fec60359f
commit b43887a481

View File

@@ -31,7 +31,6 @@ def make_reasons():
if key not in self:
super().__setitem__(key, [])
super().__getitem__(key).append(value)
print(key, super().__getitem__(key))
reasons = Trict()