Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
kvnjng committed Jul 8, 2021
1 parent 2e2dba9 commit e3bc542
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion LDlink/UnlockStaleTokens.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ def main():
else:
diff = present - dateutil.parser.parse(locked, ignoretz=True)
diffMinutes = (diff.seconds % 3600) // 60.0
print("diffMinutes", diffMinutes)
# if token is locked for over 15 mins, unlock
if diffMinutes > 15.0:
unlockTokens.append(user["token"])
Expand Down

0 comments on commit e3bc542

Please sign in to comment.