From 1c611eff63e4f7daf8560f69fbd661997e555d43 Mon Sep 17 00:00:00 2001 From: Mattias Lundell Date: Mon, 29 May 2017 11:44:49 +0200 Subject: [PATCH] removed debug print --- po_test.go | 2 -- 1 file changed, 2 deletions(-) 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) {