Skip to content

Commit

Permalink
clean up log
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Mar 6, 2019
1 parent d295ae1 commit 551039e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions docker/docker_test.go
Expand Up @@ -4,8 +4,6 @@ import (
"io"
"os"
"testing"

"github.com/davecgh/go-spew/spew"
)

var (
Expand Down Expand Up @@ -116,7 +114,6 @@ func TestTagImage(t *testing.T) {
var hasImage bool
for _, image := range images {
for _, tag := range image.Tags {
spew.Dump(image.Tags)
if tag == newTag {
hasImage = true
break
Expand Down
2 changes: 0 additions & 2 deletions registry/registry.go
Expand Up @@ -274,8 +274,6 @@ func (r *Registry) ipfsPrep(tmp string) (string, error) {
return "", err
}

//spew.Dump(mf)

err = writeJSON(mf, workdir+"/manifests/latest-v2")
if err != nil {
return "", err
Expand Down

0 comments on commit 551039e

Please sign in to comment.