aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRhenium <rhenium@rhe.jp>2013-12-16 12:44:15 +0900
committerRhenium <rhenium@rhe.jp>2013-12-16 12:45:50 +0900
commit3b6b25ad0551f6f8bc2dcc8a3e3a2e9db3356fe4 (patch)
tree7c4abbdf4c3df33bacb295dcae45586403827b63 /lib
parenta83895a7f2b5e8ccdb9eb216b3c3e2af1ef45835 (diff)
downloadaclog-3b6b25ad0551f6f8bc2dcc8a3e3a2e9db3356fe4.tar.gz
refactor settings
Diffstat (limited to 'lib')
-rw-r--r--lib/aclog/receiver/collector_connection.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/aclog/receiver/collector_connection.rb b/lib/aclog/receiver/collector_connection.rb
index b45afc3..36f652f 100644
--- a/lib/aclog/receiver/collector_connection.rb
+++ b/lib/aclog/receiver/collector_connection.rb
@@ -23,8 +23,7 @@ module Aclog
id: account.id,
oauth_token: account.oauth_token,
oauth_token_secret: account.oauth_token_secret,
- user_id: account.user_id,
- consumer_version: account.consumer_version)
+ user_id: account.user_id)
Rails.logger.debug("Sent #{account.id}/#{account.user_id}")
end