1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-10 03:47:03 +02:00

removed debug logs

This commit is contained in:
Carlos Alexandro Becker 2017-04-23 16:45:13 -03:00
parent 3ceea0572c
commit a9f855ee54
No known key found for this signature in database
GPG Key ID: E61E2F7DC14AB940

View File

@ -2,7 +2,6 @@ package git
import (
"io/ioutil"
"log"
"os"
"path/filepath"
"testing"
@ -145,8 +144,6 @@ func TestChangelog(t *testing.T) {
gitCommit(t, "added feature 1")
gitCommit(t, "fixed bug 2")
gitTag(t, "v0.0.2")
s, _ := git("log", "--oneline")
log.Println("\n" + s)
var ctx = &context.Context{
Config: config.Project{},
}