Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
Former-commit-id: 92e2b49
  • Loading branch information
r-n-o committed Dec 10, 2022
1 parent 3d591d9 commit 9eec583
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package main_test
import (
"encoding/hex"
"encoding/json"
"fmt"
"io/ioutil"
"os"
"os/exec"
Expand All @@ -24,9 +23,6 @@ func RunCliWithArgs(t *testing.T, args []string) (string, error) {

cmd := exec.Command(path.Join(currentDir, "build", TURNKEY_BINARY_NAME), args...)
output, err := cmd.CombinedOutput()
if err != nil {
fmt.Println(err.Error())
}

return string(output), err
}
Expand Down

0 comments on commit 9eec583

Please sign in to comment.