Skip to content

Commit ad831f7

Browse files
committed
Remove dead code in scripts/extension_api_parser/api.py
1 parent 04e632b commit ad831f7

File tree

1 file changed

+0
-2
lines changed
  • scripts/extension_api_parser

1 file changed

+0
-2
lines changed

scripts/extension_api_parser/api.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,8 +447,6 @@ def _register_enums(enums: list[EnumTypeSpec], parent_id: str | None = None):
447447
builtin.constants = [c for c in builtin.constants if c.type.type_name not in to_skip]
448448

449449
for klass in classes:
450-
# if klass.original_name == "Object":
451-
# breakpoint()
452450
klass.methods = [
453451
m
454452
for m in klass.methods

0 commit comments

Comments
 (0)