summaryrefslogtreecommitdiffstats
path: root/pkg/commands
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-06 11:44:41 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-07 10:52:51 +1100
commit93729ba61bc374c1ffa3d8a521ff75796fb899a2 (patch)
treec1567564fbedd79a42161a2d42ced46599a22972 /pkg/commands
parent91fe68576cde3e4582373b255c5eb97cd3065c71 (diff)
fix some things
Diffstat (limited to 'pkg/commands')
-rw-r--r--pkg/commands/oscommands/os.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/commands/oscommands/os.go b/pkg/commands/oscommands/os.go
index bf1bb9ac6..5beb5da81 100644
--- a/pkg/commands/oscommands/os.go
+++ b/pkg/commands/oscommands/os.go
@@ -100,7 +100,6 @@ func (c *OSCommand) OpenFile(filename string) error {
}
func (c *OSCommand) OpenLink(link string) error {
- c.LogCommand(fmt.Sprintf("Opening link '%s'", link), false)
commandTemplate := c.UserConfig.OS.OpenLinkCommand
templateValues := map[string]string{
"link": c.Quote(link),