diff --git a/po_test.go b/po_test.go index ae96861..17804b0 100644 --- a/po_test.go +++ b/po_test.go @@ -172,8 +172,6 @@ msgstr "More translation" if tr != "More translation" { t.Errorf("Expected 'More translation' but got '%s'", tr) } - - t.Log(po.contexts) } func TestPoHeaders(t *testing.T) {