projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e146bf
)
Removed debugging statements accidentally committed.
author
Matt Amos
<zerebubuth@gmail.com>
Mon, 3 Aug 2009 13:58:59 +0000
(13:58 +0000)
committer
Matt Amos
<zerebubuth@gmail.com>
Mon, 3 Aug 2009 13:58:59 +0000
(13:58 +0000)
app/models/request_token.rb
patch
|
blob
|
history
diff --git
a/app/models/request_token.rb
b/app/models/request_token.rb
index 1be8c69026881513cb280230b07e674a51584fe3..d66fe6ce13e93f74370fe6efe35d9c2c54e9809a 100644
(file)
--- a/
app/models/request_token.rb
+++ b/
app/models/request_token.rb
@@
-9,11
+9,9
@@
class RequestToken < OauthToken
def exchange!
return false unless authorized?
RequestToken.transaction do
- logger.info("£££ In exchange!")
params = { :user => user, :client_application => client_application }
# copy the permissions from the authorised request token to the access token
client_application.permissions.each { |p|
- logger.info("£££ copying permission #{p} = #{read_attribute(p).inspect}")
params[p] = read_attribute(p)
}