Skip to content

Commit

Permalink
removed extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Brown committed Mar 30, 2012
1 parent 068d632 commit d139d14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/mixpanel/client.rb
Expand Up @@ -61,7 +61,6 @@ def request(&options)
reset_options
instance_eval(&options)
@uri = URI.mixpanel(resource, normalize_params(params))
# p @uri
response = URI.get(@uri)
response = %Q|[#{response.split("\n").join(',')}]| if resource == 'export'
Utils.to_hash(response, @format)
Expand Down

0 comments on commit d139d14

Please sign in to comment.