fix: deprecates duration column

This commit is contained in:
msramalho
2023-05-09 11:26:19 +01:00
parent 875e1de589
commit c1a60fde8a
4 changed files with 0 additions and 4 deletions

View File

@@ -27,7 +27,6 @@ class ArchivingContext:
@staticmethod
def set(key, value, keep_on_reset: bool = False):
logger.debug(f"SET [{key}]={value}")
ac = ArchivingContext.get_instance()
ac.configs[key] = value
if keep_on_reset: ac.keep_on_reset.add(key)