timgremore commited on
Commit
a3608c0
1 Parent(s): a0c1c94

chore: Remove unused comment

Browse files
lib/medical_transcription_web/components/transcription_chunk_codings_component.ex CHANGED
@@ -11,7 +11,6 @@ defmodule MedicodeWeb.Components.TranscriptionTextCodingsComponent do
11
 
12
  @impl Phoenix.LiveComponent
13
  def render(assigns) do
14
- # dbg(assigns.code_vectors_with_feedback)
15
  ~H"""
16
  <div id={"chunk-#{@chunk_id}-codings"}>
17
  <.tag_result
 
11
 
12
  @impl Phoenix.LiveComponent
13
  def render(assigns) do
 
14
  ~H"""
15
  <div id={"chunk-#{@chunk_id}-codings"}>
16
  <.tag_result