Remove an ancient debugging statement
diff --git a/src/rexi_utils.erl b/src/rexi_utils.erl
index e53df34..b0f2ea2 100644
--- a/src/rexi_utils.erl
+++ b/src/rexi_utils.erl
@@ -46,7 +46,6 @@
             Fun(Msg, {Worker, From}, Acc0)
         end;
     {rexi_DOWN, _RexiMonPid, ServerPid, Reason} = Msg ->
-        io:format("rexi_DOWN ~p ~p", [ServerPid, Reason]),
         Fun(Msg, nil, Acc0)
     after PerMsgTO ->
         {timeout, Acc0}