Skip to content

Commit

Permalink
Remove breakpoint -- oops
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCohen committed Jun 5, 2024
1 parent 912d03d commit ca1b2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/controllers/licenses/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%>

<div>
<% debugger; if @license.preferred? %>
<% if @license.preferred? %>
<p><b><%= :license_default.t %></b></p>
<% end %>
<p><%= :ID.t %>: <b><%= @license.id %></b></p>
Expand Down

0 comments on commit ca1b2ba

Please sign in to comment.