Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwormald committed Dec 20, 2023
1 parent c43b817 commit 2aa6e62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package streamer

import (
"context"
"fmt"
"os"
"os/signal"
"sync"
Expand Down Expand Up @@ -57,7 +56,6 @@ func NewChannel(ctx context.Context, wc *websocket.Conn, id string, opts ...Chan
}

if c.asyncFlush {
fmt.Println("running async flush")
go c.flushWriteAndManage()
}

Expand Down

0 comments on commit 2aa6e62

Please sign in to comment.