Skip to content

Commit

Permalink
don't print debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
David Lutz committed Jul 23, 2012
1 parent 81f5cb7 commit fb1f681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/twitter.rb
Expand Up @@ -25,7 +25,6 @@
body = response.body_str
result = JSON.parse(body)

p result
metricpath = "twitter.followers." + user
metricvalue = result["followers_count"]
metrictimestamp = Time.now.utc.to_i.to_s
Expand Down

0 comments on commit fb1f681

Please sign in to comment.