Skip to content

Commit

Permalink
Remove unneeded sleep
Browse files Browse the repository at this point in the history
With all signals properly connected, I could not find a reason to keep this around.
  • Loading branch information
EvaSDK committed Oct 4, 2017
1 parent e9d8aff commit f45e897
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ghost/ghost.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,6 @@ def createRequest(self, operation, request, data):

self.logger.debug('Registring reply for %s', reply.url().toString())
self._registry[id(reply)] = reply

time.sleep(0.001)
return reply

def _reply_finished_callback(self, reply):
Expand Down

0 comments on commit f45e897

Please sign in to comment.