Remove log call
This commit is contained in:
parent
d587ceeeec
commit
e2c1639d8f
1 changed files with 0 additions and 1 deletions
|
|
@ -185,7 +185,6 @@ module Api
|
|||
|
||||
def authorize
|
||||
# Create
|
||||
ap @party
|
||||
unauthorized_create = @party && (@party.user != current_user || @party.edit_key != edit_key)
|
||||
unauthorized_update = @weapon && @weapon.party && (@weapon.party.user != current_user || @weapon.party.edit_key != edit_key)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue