Skip to content

Commit

Permalink
remove debugging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
apalala committed Dec 10, 2023
1 parent ef23c64 commit 8cefbae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tatsu/ngcodegen/objectmodel.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ def generate_model(self, grammar: grammars.Grammar):
for s in specs
}

self.print('#', all_specs)
self.print('#', all_model_names)
all_model_names = topological_sort(all_model_names, all_specs)
self.print('#', all_model_names)
model_to_rule = {
rule_specs[name][0].class_name: rule
for name, rule in rule_index.items()
Expand Down

0 comments on commit 8cefbae

Please sign in to comment.