Commit 49fd06b
committed
Fix: Remove debug statements
Removed commented-out 'byebug' and 'binding.pry' statements from:
- app/models/i18n/backend/active_record/translation.rb
- app/helpers/pwb/application_helper.rb
This addresses a critical improvement recommendation from the codebase analysis.1 parent 8ca3a94 commit 49fd06b
File tree
2 files changed
+2
-2
lines changed- app
- helpers/pwb
- models/i18n/backend/active_record
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
0 commit comments