removed debug print

This commit is contained in:
Mattias Lundell
2017-05-29 11:44:49 +02:00
parent 4a52c7709d
commit 1c611eff63

View File

@@ -172,8 +172,6 @@ msgstr "More translation"
if tr != "More translation" { if tr != "More translation" {
t.Errorf("Expected 'More translation' but got '%s'", tr) t.Errorf("Expected 'More translation' but got '%s'", tr)
} }
t.Log(po.contexts)
} }
func TestPoHeaders(t *testing.T) { func TestPoHeaders(t *testing.T) {