lib/fanforce/main.rb in fanforce-0.3.17 vs lib/fanforce/main.rb in fanforce-0.3.18
- old
+ new
@@ -108,10 +108,9 @@
def apply_auth(req_params)
req_params.merge(@auth_hash || {})
end
def complete_url(path)
- puts 'TESTING'
'http://' + $API_DOMAIN + path
end
end