remove unused channels.
This commit is contained in:
@ -22,6 +22,7 @@ type CaptureManagerCtx struct {
|
||||
|
||||
func New(desktop types.DesktopManager, config *config.Capture) *CaptureManagerCtx {
|
||||
logger := log.With().Str("module", "capture").Logger()
|
||||
|
||||
return &CaptureManagerCtx{
|
||||
logger: logger,
|
||||
desktop: desktop,
|
||||
|
Reference in New Issue
Block a user