From b05670bbd394a7f88bd657b492580bc1bb0762f7 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 1 Feb 2023 21:46:24 -0800 Subject: [PATCH] Remove log --- app/controllers/api/v1/grid_weapons_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/v1/grid_weapons_controller.rb b/app/controllers/api/v1/grid_weapons_controller.rb index a24dfa3..76b14f8 100644 --- a/app/controllers/api/v1/grid_weapons_controller.rb +++ b/app/controllers/api/v1/grid_weapons_controller.rb @@ -167,7 +167,6 @@ module Api output = render_conflict_view([conflict_weapon], incoming_weapon, weapon_params[:position]) render json: output else - ap "Moving weapon to new position..." # Move the original grid weapon to the new position # to preserve keys and other modifications old_position = conflict_weapon.position