Remove log
This commit is contained in:
parent
bb15db45f6
commit
e0df40f035
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ module Api
|
||||||
|
|
||||||
def index
|
def index
|
||||||
conditions = build_conditions(request.params)
|
conditions = build_conditions(request.params)
|
||||||
ap conditions
|
|
||||||
|
|
||||||
@parties = Party.where(conditions)
|
@parties = Party.where(conditions)
|
||||||
.order(created_at: :desc)
|
.order(created_at: :desc)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue