summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_connection_tracking_handler.erl6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rabbit_connection_tracking_handler.erl b/src/rabbit_connection_tracking_handler.erl
index 91b38d2c39..66ef1f2524 100644
--- a/src/rabbit_connection_tracking_handler.erl
+++ b/src/rabbit_connection_tracking_handler.erl
@@ -22,12 +22,6 @@
%%
%% Events from other nodes are ignored.
-%% This module keeps track of connection creation and termination events
-%% on its local node. The primary goal here is to decouple connection
-%% tracking from rabbit_reader in rabbit_common.
-%%
-%% Events from other nodes are ignored.
-
-behaviour(gen_event).
-export([init/1, handle_call/2, handle_event/2, handle_info/2,