remove debug

This commit is contained in:
Jakobus Schürz 2020-10-11 17:31:39 +02:00
parent 16c844908d
commit 0d14b75098

View file

@ -96,7 +96,6 @@ class WorkdirFS(Operations):
if os.path.exists(self.configlast):
with open(self.configlast, 'r') as fh:
yesterday = fh.readline().strip()
print("yesterday: "+yesterday, end='\n')
if len(yesterday) == 0:
self.yesterday = self.today
else: