diff --git a/app/controllers/v1/collections_controller.rb b/app/controllers/v1/collections_controller.rb index 2dd401855b9776de833a20272497c5107133422c..f98194f415a493d02a97252fbfae90702ca218c2 100644 --- a/app/controllers/v1/collections_controller.rb +++ b/app/controllers/v1/collections_controller.rb @@ -57,7 +57,6 @@ class V1::CollectionsController < ApplicationController # DELETE /v1/collections/1.json def destroy items = @collection.collection_items.select(:id) - p items if !items.blank? @collection.delete_items(items) end