diff --git a/lib/vyasa_web/components/contexts/discuss.ex b/lib/vyasa_web/components/contexts/discuss.ex index d794cbb7..93bd2b95 100644 --- a/lib/vyasa_web/components/contexts/discuss.ex +++ b/lib/vyasa_web/components/contexts/discuss.ex @@ -695,7 +695,6 @@ defmodule VyasaWeb.Context.Discuss do } end - # sheaf creation without a parent def handle_event( "sheaf::publish", %{ @@ -758,22 +757,6 @@ defmodule VyasaWeb.Context.Discuss do |> assign(draft_reflector_path: new_draft_reflector_path) |> assign(reply_to_path: nil) } - - # IO.inspect(%{reply_to: reply_to_sheaf, draft: draft_sheaf}, - # label: "SHEAF CREATION IN DISCUSS MODE" - # ) - - # {:noreply, socket} - - # { - # :noreply, - # socket - # |> assign(reply_to_path: new_reply_to_path) - # |> assign( - # sheaf_ui_lattice: - # sheaf_ui_lattice |> SheafLattice.toggle_show_sheaf_modal?(draft_sheaf_lattice_key) - # ) - # } end @impl true