Skip to content
Snippets Groups Projects
Commit 7cead655 authored by falood's avatar falood
Browse files

remove debug code

parent 2a3fc869
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ defmodule FileSystem.Worker do ...@@ -40,7 +40,7 @@ defmodule FileSystem.Worker do
end end
def handle_info({:DOWN, _pid, _, ref, _reason}, state) do def handle_info({:DOWN, _pid, _, ref, _reason}, state) do
subscribers = Map.drop(state.subscribers, [ref]) |> IO.inspect subscribers = Map.drop(state.subscribers, [ref])
{:noreply, %{state | subscribers: subscribers}} {:noreply, %{state | subscribers: subscribers}}
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment