Suppression de logs inutiles
This commit is contained in:
@@ -390,7 +390,6 @@ class CategorisationForm(Form):
|
||||
else:
|
||||
events = []
|
||||
for f in args[0]:
|
||||
logger.warning("fff: " + f)
|
||||
if "_" not in f:
|
||||
if f + "_cat" in args[0]:
|
||||
events.append(
|
||||
|
||||
Reference in New Issue
Block a user