2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-19 11:16:31 +00:00

remove debug messages

This commit is contained in:
Matthias
2021-11-15 01:01:01 +01:00
parent d2a34b83c6
commit 65ff226b90
2 changed files with 0 additions and 3 deletions

View File

@@ -58,11 +58,9 @@ class PluginConfig(models.Model):
app = apps.get_app_config('plugin')
if self.active is False and self.__org_active is True:
print('deactivated')
app.reload_plugins()
elif self.active is True and self.__org_active is False:
print('activated')
app.reload_plugins()
return ret