aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/debugging_rails_applications.md
diff options
context:
space:
mode:
authorEugene Kenny <elkenny@gmail.com>2017-03-15 12:14:46 +0000
committerEugene Kenny <elkenny@gmail.com>2017-03-15 12:14:46 +0000
commita05845e0a699e169c11962212200dc8e72934dff (patch)
tree8c48d03d9f7dd7482716057e8d9e3c9b017fd4c8 /guides/source/debugging_rails_applications.md
parentef28b68496c53f4b4aead732ac67803e8e096aa2 (diff)
downloadrails-a05845e0a699e169c11962212200dc8e72934dff.tar.gz
rails-a05845e0a699e169c11962212200dc8e72934dff.tar.bz2
rails-a05845e0a699e169c11962212200dc8e72934dff.zip
Remove unused `@txn` variable
This was added in c24c885209ac2334dc6f798c394a821ee270bec6, removed in b89ffe7f0047eb614e42232a21201b317b880755, and then (unintentionally?) reintroduced in 2d7ae1b08ee2a10b12cbfeef3a6cc6da55b57df6.
Diffstat (limited to 'guides/source/debugging_rails_applications.md')
-rw-r--r--guides/source/debugging_rails_applications.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index ba0cdbf3af..33dee6a868 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -606,7 +606,6 @@ You can also inspect for an object method this way:
@new_record = true
@readonly = false
@transaction_state = nil
-@txn = nil
```
You can also use `display` to start watching variables. This is a good way of