Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
  • Loading branch information
tore-statsig committed Jan 25, 2024
1 parent 26177a6 commit 390fe32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions logger_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package statsig

import (
"fmt"
"net/http"
"net/http/httptest"
"reflect"
Expand All @@ -11,7 +10,6 @@ import (
)

func TestLog(t *testing.T) {
t.Log("starting test")
InitializeGlobalOutputLogger(OutputLoggerOptions{
LogCallback: func(message string, err error) {
t.Log(message)
Expand All @@ -20,8 +18,6 @@ func TestLog(t *testing.T) {
DisableInitDiagnostics: false,
DisableSyncDiagnostics: true,
})
t.Log("starting test")
fmt.Println("started")
testServer := httptest.NewServer(http.HandlerFunc(func(res http.ResponseWriter, req *http.Request) {}))
defer testServer.Close()
opt := &Options{
Expand Down

0 comments on commit 390fe32

Please sign in to comment.