remove print debug
This commit is contained in:
parent
3437bd2b72
commit
e14720a8c8
1 changed files with 0 additions and 1 deletions
|
@ -76,7 +76,6 @@ class ServiceWorker:
|
||||||
# extract latest and old from rows
|
# extract latest and old from rows
|
||||||
first, last = rows
|
first, last = rows
|
||||||
first_status, last_status = first[0], last[0]
|
first_status, last_status = first[0], last[0]
|
||||||
print(first_status, last_status)
|
|
||||||
|
|
||||||
# dont do anything if theres no change
|
# dont do anything if theres no change
|
||||||
# to the statuses
|
# to the statuses
|
||||||
|
|
Loading…
Reference in a new issue