Skip to content

Commit 34c90d7

Browse files
committed
chore: remove unused function
1 parent 1296e84 commit 34c90d7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/fuzzy_catalog_web/live/admin_live.ex

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,6 @@ defmodule FuzzyCatalogWeb.AdminLive do
6767
end
6868
end
6969

70-
@impl true
71-
def handle_event("test_click", _params, socket) do
72-
Logger.info("TEST CLICK EVENT TRIGGERED - LiveView is working!")
73-
{:noreply, put_flash(socket, :info, "Test click worked!")}
74-
end
75-
7670
@impl true
7771
def handle_event("refresh_provider", %{"provider" => provider_name}, socket) do
7872
Logger.info("Refresh provider button clicked for: #{provider_name}")

0 commit comments

Comments
 (0)