From 7497709ff181bb426eef11e2a7eff44b9b178e9c Mon Sep 17 00:00:00 2001 From: Luc Donnet Date: Tue, 5 Sep 2017 09:32:32 +0200 Subject: Delete call to pry in referential destroy --- app/controllers/referentials_controller.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'app/controllers/referentials_controller.rb') diff --git a/app/controllers/referentials_controller.rb b/app/controllers/referentials_controller.rb index 2094047b1..a6dfaf2b6 100644 --- a/app/controllers/referentials_controller.rb +++ b/app/controllers/referentials_controller.rb @@ -57,7 +57,6 @@ class ReferentialsController < BreadcrumbController end def destroy - binding.pry workbench = referential.workbench_id referential.destroy! -- cgit v1.2.3