From 6137d66914be6835f502027fb40f64acc52f4abc Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Sat, 10 Apr 2021 17:35:27 +1000 Subject: [PATCH] no need to log this --- pkg/commands/oscommands/os.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/commands/oscommands/os.go b/pkg/commands/oscommands/os.go index 55592692f..2922313b8 100644 --- a/pkg/commands/oscommands/os.go +++ b/pkg/commands/oscommands/os.go @@ -300,7 +300,6 @@ func sanitisedCommandOutput(output []byte, err error) (string, error) { // OpenFile opens a file with the given func (c *OSCommand) OpenFile(filename string) error { - c.LogCommand(fmt.Sprintf("Opening file '%s'", filename), false) commandTemplate := c.Config.GetUserConfig().OS.OpenCommand templateValues := map[string]string{ "filename": c.Quote(filename),