projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Test share textarea not to leak into note text on reactivation
[rails.git]
/
app
/
controllers
/
api
/
relations_controller.rb
diff --git
a/app/controllers/api/relations_controller.rb
b/app/controllers/api/relations_controller.rb
index b237f8bf85e09bec86fb1fcbfc6658e765b126f6..a9b85de7dc3f68d40fa84cab7b782b0766fda9e9 100644
(file)
--- a/
app/controllers/api/relations_controller.rb
+++ b/
app/controllers/api/relations_controller.rb
@@
-48,8
+48,6
@@
module Api
end
def update
- logger.debug request.raw_post
-
relation = Relation.find(params[:id])
new_relation = Relation.from_xml(request.raw_post)