Skip to content

Commit

Permalink
fix: remove errant log line
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Dec 1, 2024
1 parent 8d3fcbd commit b4570c2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/cy/api/key.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"github.com/cfoust/cy/pkg/bind/trie"
"github.com/cfoust/cy/pkg/janet"
"github.com/cfoust/cy/pkg/mux/screen/tree"
"github.com/rs/zerolog/log"
)

type KeyModule struct {
Expand Down Expand Up @@ -111,8 +110,6 @@ func (k *KeyModule) Bind(
return err
}

log.Info().Msgf("%+v", translated)

scope.Set(
translated,
bind.Action{
Expand Down

0 comments on commit b4570c2

Please sign in to comment.