From a0e46fa8586481647139a82c679699da1706f383 Mon Sep 17 00:00:00 2001 From: Waldyr Date: Thu, 14 Apr 2016 19:50:16 -0300 Subject: [PATCH] Remove live shell hint --- lib/better_errors/templates/variable_info.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/better_errors/templates/variable_info.erb b/lib/better_errors/templates/variable_info.erb index bde5daab..a621c7f5 100644 --- a/lib/better_errors/templates/variable_info.erb +++ b/lib/better_errors/templates/variable_info.erb @@ -18,10 +18,6 @@ <% if BetterErrors.binding_of_caller_available? && @frame.frame_binding %> -
- This is a live shell. Type in here. -
-
<% end %>