summaryrefslogtreecommitdiff
path: root/lib/throttled_api_request.rb
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2014-04-28 23:57:48 -0400
committerLuke Shumaker <shumakl@purdue.edu>2014-04-28 23:57:48 -0400
commit7297cff5b674a61fd57ccc46eb75173011bd205c (patch)
tree1e62d875fb4b25507261a5ef72d82d3cc473c68d /lib/throttled_api_request.rb
parentdd4c9e16c529bdbf0d055b279ed2dadc0c2aae13 (diff)
fix riot_api
Diffstat (limited to 'lib/throttled_api_request.rb')
-rw-r--r--lib/throttled_api_request.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/throttled_api_request.rb b/lib/throttled_api_request.rb
index b632d1e..c48a66d 100644
--- a/lib/throttled_api_request.rb
+++ b/lib/throttled_api_request.rb
@@ -23,7 +23,6 @@ class ThrottledApiRequest < Struct.new(:api_name, :limits)
end
end
if sleep_for != -1
- puts "sleeping for #{sleeping_for}"
sleep(sleep_for)
else
break