Skip to content

Commit 7146e88

Browse files
committed
Remove another bit of debug code
- Legacy-Id: 11926
1 parent fde5bfb commit 7146e88

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/api/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,6 @@ def to_simple_html(self, data, options):
7979
_root, _name = _app.split('.', 1)
8080
if _root == 'ietf':
8181
if not '.' in _name:
82-
if _name in _module_dict:
83-
continue
84-
8582
_api = Api(api_name=_name)
8683
_module_dict[_name] = _api
8784
_api_list.append((_name, _api))

0 commit comments

Comments
 (0)