mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
Remove some dead comments
This commit is contained in:
@@ -28,10 +28,6 @@ if settings.SETTINGS_MODULE == 'awx.settings.development':
|
||||
try:
|
||||
import debug_toolbar
|
||||
urlpatterns += [
|
||||
# for Django version 2.0
|
||||
# path('__debug__/', include(debug_toolbar.urls)),
|
||||
|
||||
# TODO: this is the Django < 2.0 version, REMOVEME
|
||||
url(r'^__debug__/', include(debug_toolbar.urls))
|
||||
]
|
||||
except ImportError:
|
||||
|
||||
Reference in New Issue
Block a user