diff options
| -rw-r--r-- | app/controllers/referentials_controller.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| 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! | 
