Skip to content

Commit

Permalink
remove erronous panic on https
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronelliott committed Nov 5, 2021
1 parent 7780215 commit 9a1aaf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ func main() {

if conf.HttpsDomain != "" {
go startHttpsListener(ctx, conf.HttpsDomain, mux)
panic("no")
}

if len(*rtprx) > 0 {
Expand Down

0 comments on commit 9a1aaf5

Please sign in to comment.