remove print

This commit is contained in:
Matthew Hooker 2016-11-14 12:08:02 -08:00
parent fdaa89681a
commit 93e31168f7
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 0 additions and 1 deletions

View File

@ -192,7 +192,6 @@ func TestPush_vars(t *testing.T) {
var actualOpts *uploadOpts
uploadFn := func(r io.Reader, opts *uploadOpts) (<-chan struct{}, <-chan error, error) {
actualOpts = opts
fmt.Printf("opts: %#v\n", opts)
doneCh := make(chan struct{})
close(doneCh)