Removes useless stuff & update the --throttle options text

This commit is contained in:
erwanlr
2015-10-07 22:09:23 +01:00
parent b7552ac8aa
commit 7804aad776
2 changed files with 1 additions and 5 deletions

View File

@@ -98,10 +98,6 @@ class Browser
@throttle = throttle.to_i.abs / 1000.0
end
def throttle!
sleep @throttle if @throttle > 0
end
protected
def invalid_proxy_auth_format