Skip to content

Commit

Permalink
fix: removed printfs
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Jan 11, 2022
1 parent 62dcc37 commit cc57d77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/kubectl-testkube/commands/tests/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package tests

import (
"encoding/json"
"fmt"
"io/ioutil"
"os"

Expand Down Expand Up @@ -43,8 +42,6 @@ func NewCreateTestsCmd() *cobra.Command {
err = json.Unmarshal(content, &options)
ui.ExitOnError("Invalid file content", err)

fmt.Printf("%+v\n", options)

client, _ := GetClient(cmd)

test, _ := client.GetTest(options.Name, options.Namespace)
Expand Down

0 comments on commit cc57d77

Please sign in to comment.