Skip to content

Commit

Permalink
remove debug code from lib/app_web/live/app_live.html.heex #145
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Sep 7, 2023
1 parent 36f85c6 commit 4d45753
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lib/app_web/live/app_live.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,6 @@
>
<%= item.text %>
</label>
<code class="font-mono p-2 text-lime-400 bg-black rounded-md mr-2 max-h-10">
<%= item.id %>
</code>
<code class="text-xs font-mono p-2 text-lime-400 bg-black rounded-md mr-2 max-h-10">
<%= item.cid %>
</code>
<% end %>

<%= if timers_any?(item) do %>
Expand Down

0 comments on commit 4d45753

Please sign in to comment.