Skip to content

Commit c90336e

Browse files
committed
Removed debugging code
1 parent a888489 commit c90336e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Sharpcaster/Channels/ReceiverChannel.cs

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,8 @@ public override Task OnMessageReceivedAsync(string messagePayload, string type)
103103
{
104104
receiverStatus = receiverStatusMessage.Status;
105105
SafeInvokeEvent(ReceiverStatusChanged, this, ReceiverStatus);
106-
} else
107-
{
108-
var i = 0;
109-
}
110-
break;
106+
}
107+
break;
111108

112109
}
113110
return base.OnMessageReceivedAsync(messagePayload, type);

0 commit comments

Comments
 (0)