Remove another bit of debug code
- Legacy-Id: 11926
This commit is contained in:
parent
fde5bfb016
commit
7146e88067
|
@ -79,9 +79,6 @@ for _app in settings.INSTALLED_APPS:
|
|||
_root, _name = _app.split('.', 1)
|
||||
if _root == 'ietf':
|
||||
if not '.' in _name:
|
||||
if _name in _module_dict:
|
||||
continue
|
||||
|
||||
_api = Api(api_name=_name)
|
||||
_module_dict[_name] = _api
|
||||
_api_list.append((_name, _api))
|
||||
|
|
Loading…
Reference in a new issue