remove debug
This commit is contained in:
parent
16c844908d
commit
0d14b75098
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class WorkdirFS(Operations):
|
||||||
if os.path.exists(self.configlast):
|
if os.path.exists(self.configlast):
|
||||||
with open(self.configlast, 'r') as fh:
|
with open(self.configlast, 'r') as fh:
|
||||||
yesterday = fh.readline().strip()
|
yesterday = fh.readline().strip()
|
||||||
print("yesterday: "+yesterday, end='\n')
|
|
||||||
if len(yesterday) == 0:
|
if len(yesterday) == 0:
|
||||||
self.yesterday = self.today
|
self.yesterday = self.today
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue