Skip to content

Commit

Permalink
Merge pull request #171 from cat-bro/lose_extra_sleep
Browse files Browse the repository at this point in the history
delete the extra random sleep lines from sleep.py
  • Loading branch information
rhpvorderman committed Jun 29, 2021
2 parents bff623b + 0b827d2 commit c6aea18
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ephemeris/sleep.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,6 @@ def galaxy_wait(galaxy_url, verbose=False, timeout=0, sleep_condition=None, api_

time.sleep(DEFAULT_SLEEP_WAIT)

sys.stdout.write("about to do extra random sleep\n\n\n\n\n")
sys.stdout.flush()
time.sleep(30)
sys.stdout.write("Returning from wait!!!!!!!!\n\n\n\n\n")
sys.stdout.flush()
return True


Expand Down

0 comments on commit c6aea18

Please sign in to comment.