Skip to content

Commit 431dfd5

Browse files
committed
cleanup
1 parent 3890616 commit 431dfd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/hadron-build/signtool/signtool.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,8 @@ func main() {
5959
cmd := exec.Command("node", "-e", script)
6060
fmt.Println("Running command:", cmd.String())
6161

62-
// cmd.Stdout = os.Stdout
63-
// cmd.Stderr = os.Stderr
64-
6562
stdoutStderr, err := cmd.CombinedOutput()
63+
6664
if err != nil {
6765
fmt.Println("Error signing the file")
6866
fmt.Printf("%s\n", stdoutStderr)

0 commit comments

Comments
 (0)