Commit 6e0ea629 authored by Brian Hatchet's avatar Brian Hatchet :speech_balloon:

Removed a console log

1 merge request!499Feat/closed channels 602
Pipeline #77652784 running with stages
......@@ -36,7 +36,6 @@ export class ChannelModeSelectorComponent implements AfterViewInit {
*/
public setChannelMode(mode: ChannelMode) {
if (!this.enabled) {
console.log(`Enabled: ${this.enabled}`)
return;
}
this.user.mode = mode;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment