Skip to content

Commit

Permalink
Remove accidental debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManifolds committed Apr 25, 2024
1 parent ae71d53 commit 2db5444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/generator/test/generator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package test

import (
"context"
"fmt"
"io"
"testing"

Expand Down Expand Up @@ -138,7 +137,6 @@ func testClientStreaming(client *Client, t *testing.T) {
assert.NoError(t, err)

for i := 0; i < 10; i++ {
fmt.Println("Sending data")
err := stream.Send(data)
assert.NoError(t, err)
}
Expand Down

0 comments on commit 2db5444

Please sign in to comment.