forked from shaba/openuds
Fixed logs removal
This commit is contained in:
parent
4fed22d39d
commit
263071750c
@ -153,7 +153,7 @@ class LogManager:
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
owner_type = transDict.get(type(wichObject), None)
|
owner_type = transDict.get(type(wichObject), None)
|
||||||
if owner_type:
|
if owner_type is not None:
|
||||||
self.__clearLogs(owner_type, wichObject.id)
|
self.__clearLogs(owner_type, wichObject.id)
|
||||||
else:
|
else:
|
||||||
logger.debug('Requested clearLogs for a type of object not covered: %s', wichObject)
|
logger.debug('Requested clearLogs for a type of object not covered: %s', wichObject)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user