diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-08-04 11:29:38 -0700 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-08-04 11:29:38 -0700 |
| commit | 295c7b21f6328501fb1cee7a35b879d743dca9e9 (patch) | |
| tree | 5a7374e0e239b37a4d57c6a53aa36107b0b4aa0e | |
| parent | ed4fe7e663447a61a92089cc033c5c87c8d757fb (diff) | |
| download | rabbitmq-server-git-295c7b21f6328501fb1cee7a35b879d743dca9e9.tar.gz | |
Remove a duplicate comment
| -rw-r--r-- | src/rabbit_connection_tracking_handler.erl | 6 |
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, |
