mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-19 21:45:39 +00:00
remove debug messages
This commit is contained in:
@ -229,7 +229,6 @@ class PluginAppConfig(AppConfig):
|
||||
elif a.app_name == 'plugin':
|
||||
integ_urls = get_integration_urls()
|
||||
urlpatterns[index] = url(f'^{settings.PLUGIN_URL}/', include((integ_urls, 'plugin')))
|
||||
print('done')
|
||||
|
||||
def _reload_apps(self, populate: bool = False):
|
||||
if populate:
|
||||
|
Reference in New Issue
Block a user