Skip to content

Commit

Permalink
Take retry with breakpoint out until we fix it
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2597 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Oct 15, 2005
1 parent e0e8f0a commit 04f4ae2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
<pre id="blame_trace" <%='style="display:none"' if hide %>><code><%=h @exception.describe_blame %></code></pre> <pre id="blame_trace" <%='style="display:none"' if hide %>><code><%=h @exception.describe_blame %></code></pre>
<% end %> <% end %>
<% if defined?(Breakpoint) %> <% if false %>
<br /><br /> <br /><br />
<% begin %> <% begin %>
<%= form_tag(@request.request_uri, "method" => @request.method) %> <%= form_tag(@request.request_uri, "method" => @request.method) %>
Expand Down

0 comments on commit 04f4ae2

Please sign in to comment.