Skip to content

Commit

Permalink
Remove debug call
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany committed Sep 23, 2024
1 parent c62471b commit c9e9fe9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/launcher/desktop.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"github.com/kolide/launcher/ee/desktop/user/notify"
userserver "github.com/kolide/launcher/ee/desktop/user/server"
"github.com/kolide/launcher/ee/desktop/user/universallink"
"github.com/kolide/launcher/ee/presencedetection"
"github.com/kolide/launcher/pkg/authedclient"
"github.com/kolide/launcher/pkg/log/multislogger"
"github.com/kolide/launcher/pkg/rungroup"
Expand Down Expand Up @@ -183,8 +182,6 @@ func runDesktop(_ *multislogger.MultiSlogger, args []string) error {
}
}()

go presencedetection.WindowsHello(context.TODO(), slogger.With("component", "windows_hello"))

// blocks until shutdown called
m.Init()

Expand Down

0 comments on commit c9e9fe9

Please sign in to comment.