Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
Remove spew.Dump call
Browse files Browse the repository at this point in the history
  • Loading branch information
bufdev committed Jan 3, 2018
1 parent d1aad87 commit 7dc50a3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions comment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ package proto
import (
"testing"
"text/scanner"

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

var startPosition = scanner.Position{Line: 1, Column: 1}
Expand Down Expand Up @@ -106,7 +104,6 @@ comment 3
if err != nil {
t.Fatal(err)
}
spew.Dump(def)
if got, want := len(def.Elements), 1; got != want {
t.Fatalf("got [%v] want [%v]", got, want)
}
Expand Down

0 comments on commit 7dc50a3

Please sign in to comment.