From 7cead655821542ec090631b333749a328ad35af2 Mon Sep 17 00:00:00 2001
From: falood <falood@gmail.com>
Date: Tue, 25 Jul 2017 19:08:35 -0700
Subject: [PATCH] remove debug code

---
 lib/file_system/worker.ex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/file_system/worker.ex b/lib/file_system/worker.ex
index bd2eaec..13d9fd3 100644
--- a/lib/file_system/worker.ex
+++ b/lib/file_system/worker.ex
@@ -40,7 +40,7 @@ defmodule FileSystem.Worker do
   end
 
   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}}
   end
 
-- 
GitLab