Browse Source

HOT-FIX: Remove print desnecessário

pull/3596/head
LeandroJatai 2 years ago
parent
commit
f547d886a9
  1. 1
      sapl/base/models.py

1
sapl/base/models.py

@ -281,7 +281,6 @@ class AppConfig(models.Model):
value = cache.get(f'sapl_{attr}') value = cache.get(f'sapl_{attr}')
if not value is None: if not value is None:
return value return value
print(f'entrou aqui para {attr}')
config = AppConfig.objects.first() config = AppConfig.objects.first()

Loading…
Cancel
Save