Skip to content

Commit c6aea18

Browse files
authored
Merge pull request #171 from cat-bro/lose_extra_sleep
delete the extra random sleep lines from sleep.py
2 parents bff623b + 0b827d2 commit c6aea18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ephemeris/sleep.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,6 @@ def galaxy_wait(galaxy_url, verbose=False, timeout=0, sleep_condition=None, api_
135135

136136
time.sleep(DEFAULT_SLEEP_WAIT)
137137

138-
sys.stdout.write("about to do extra random sleep\n\n\n\n\n")
139-
sys.stdout.flush()
140-
time.sleep(30)
141-
sys.stdout.write("Returning from wait!!!!!!!!\n\n\n\n\n")
142-
sys.stdout.flush()
143138
return True
144139

145140

0 commit comments

Comments
 (0)