Skip to content

Commit

Permalink
remove print statement for token times
Browse files Browse the repository at this point in the history
  • Loading branch information
legra-ms committed Nov 4, 2020
1 parent f2a41d8 commit 7de52ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stormcollector/stormcollector/aad.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ async def _get_new_token_for_aad_enum(

# Stop enumeration 15 seconds before token set to expire
now = int(time.time())
print(now, self.currentToken.expires_on, self.currentToken.expires_on - now)
await asyncio.sleep(self.currentToken.expires_on - now - 15)

# Prevent requests by clearing event
Expand Down

0 comments on commit 7de52ad

Please sign in to comment.