aboutsummaryrefslogtreecommitdiff
path: root/file_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'file_test.go')
-rw-r--r--file_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/file_test.go b/file_test.go
index 1f39988..e3a8bbb 100644
--- a/file_test.go
+++ b/file_test.go
@@ -17,7 +17,6 @@ func TestParseFile(t *testing.T) {
if err != nil {
t.Error(err)
}
- t.Log(f)
buf := new(bytes.Buffer)
f.Encode(buf)
t.Logf("%v", buf.String())