From a05845e0a699e169c11962212200dc8e72934dff Mon Sep 17 00:00:00 2001 From: Eugene Kenny Date: Wed, 15 Mar 2017 12:14:46 +0000 Subject: Remove unused `@txn` variable This was added in c24c885209ac2334dc6f798c394a821ee270bec6, removed in b89ffe7f0047eb614e42232a21201b317b880755, and then (unintentionally?) reintroduced in 2d7ae1b08ee2a10b12cbfeef3a6cc6da55b57df6. --- guides/source/debugging_rails_applications.md | 1 - 1 file changed, 1 deletion(-) (limited to 'guides') 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 -- cgit v1.2.3