diff options
| author | Luc Donnet | 2017-09-05 09:32:32 +0200 |
|---|---|---|
| committer | Luc Donnet | 2017-09-05 09:32:32 +0200 |
| commit | 7497709ff181bb426eef11e2a7eff44b9b178e9c (patch) | |
| tree | 4c8a4b04c0e721736e969eedc5a857128c1ea2c7 /app/controllers | |
| parent | 0bfb94f1311517838c4d1989e273ce56c605a25a (diff) | |
| download | chouette-core-7497709ff181bb426eef11e2a7eff44b9b178e9c.tar.bz2 | |
Delete call to pry in referential destroy
Diffstat (limited to 'app/controllers')
| -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! |
