mirror of
https://git.sr.ht/~cadence/NewLeaf
synced 2025-11-19 04:36:30 +00:00
Remove useless print
This commit is contained in:
parent
0a6a07838d
commit
cc20223465
1 changed files with 0 additions and 1 deletions
|
|
@ -169,7 +169,6 @@ def past_text_to_time(text):
|
|||
def time_to_past_text(timestamp):
|
||||
now = int(time.time())
|
||||
diff = now - timestamp
|
||||
print(diff, type(diff))
|
||||
units = [
|
||||
["year", 365 * 24 * 60 * 60],
|
||||
["month", 30 * 24 * 60 * 60],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue