Skip to content

Commit

Permalink
client: Drop debug printline
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
cthulhu-rider committed Nov 21, 2024
1 parent a88a60a commit ce07a83
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/object_replicate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ func TestClient_ReplicateObject(t *testing.T) {
defer wg.Done()

_, err := cli.ReplicateObject(ctx, id, demuxObj, signer, false)
fmt.Println(err)
require.NoError(t, err)
}()
}
Expand Down

0 comments on commit ce07a83

Please sign in to comment.