Skip to content

Commit

Permalink
removed debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nikogura committed Feb 22, 2018
1 parent e561f4a commit 6bbe690
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mason/cmd/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
package cmd

import (
"github.com/davecgh/go-spew/spew"
"github.com/nikogura/gomason/mason"
"github.com/spf13/cobra"
"io/ioutil"
Expand Down Expand Up @@ -55,9 +54,6 @@ Publish will upload your binaries to wherever it is you've configured them to go

meta, err := mason.ReadMetadata("metadata.json")

log.Printf("Metadata: ")
spew.Dump(meta)

err = mason.GovendorInstall(gopath, verbose)
if err != nil {
log.Fatalf("Failed to install Govendor: %s", err)
Expand Down

0 comments on commit 6bbe690

Please sign in to comment.