Skip to content

Commit

Permalink
Remove obsolete output ⚓ (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyx authored Nov 3, 2021
1 parent c48d643 commit 08c498f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion githooks/apps/dialog/gui/darwin/osascript.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func RunOSAScript(ctx context.Context, script string, data interface{}, workingD
}

script = buf.String()
print(script)

var cmd *exec.Cmd
if ctx != nil {
cmd = exec.CommandContext(ctx, "osascript", "-l", lang)
Expand Down

0 comments on commit 08c498f

Please sign in to comment.