Skip to content

Commit

Permalink
fix(Gorgone): remove debug log that are too verbose
Browse files Browse the repository at this point in the history
Refs:MON-144643
  • Loading branch information
Evan-Adam committed Sep 23, 2024
1 parent e4b6e55 commit 5047cec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gorgone/gorgone/modules/core/proxy/class.pm
Original file line number Diff line number Diff line change
Expand Up @@ -465,9 +465,6 @@ sub event {

my $socket;
if (defined($options{channel})) {
if (defined($self->{clients}->{ $options{channel} })) {
$self->{logger}->writeLogDebug("[proxy] event channel $options{channel} delete: $self->{clients}->{ $options{channel} }->{delete} com_read_internal: $self->{clients}->{ $options{channel} }->{com_read_internal}");
}
return if (defined($self->{clients}->{ $options{channel} })
&& ( $self->{clients}->{ $options{channel} }->{com_read_internal} == 0
|| $self->{clients}->{ $options{channel} }->{delete} == 1)
Expand Down

0 comments on commit 5047cec

Please sign in to comment.