remove line - no longer needed

This commit is contained in:
Kjell Wooding 2019-01-12 17:41:05 -05:00
parent 545d24e010
commit eeb237c00a

View file

@ -55,7 +55,6 @@ def cache_execution(f):
if args:
for arg in args:
key += ".{}".format(arg)
key_time = "{}.at".format(key)
if key in state and not force:
print("# (ignored) {} {}".format(f.__name__.capitalize(), self.name))
return