Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama committed Dec 13, 2024
1 parent 8101694 commit 20c7e57
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions functionaltests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ package functionaltests
import (
"context"
"flag"
"fmt"
"net/url"
"testing"
"time"
Expand Down Expand Up @@ -77,7 +76,6 @@ func TestUpgrade_8_15_4_to_8_16_0(t *testing.T) {
tf.Output("kb_url", &escfg.KibanaURL)

t.Logf("created deployment %s", deploymentID)
fmt.Printf("%+v\n", escfg)

// Create APM Key
t.Log("creating API key")
Expand Down

0 comments on commit 20c7e57

Please sign in to comment.