From 99a19b0b8dd4907d3f30eb1140e9d9b78e63cc52 Mon Sep 17 00:00:00 2001 From: Gunnsteinn Hall Date: Thu, 27 Dec 2018 17:42:12 +0000 Subject: [PATCH] remove duplicate log --- pdf/model/font.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdf/model/font.go b/pdf/model/font.go index 9ac47133..ad05503f 100644 --- a/pdf/model/font.go +++ b/pdf/model/font.go @@ -475,8 +475,6 @@ func (font *PdfFont) ToPdfObject() core.PdfObject { func (font *PdfFont) Encoder() textencoding.TextEncoder { t := font.actualFont() if t == nil { - common.Log.Debug("ERROR: Encoder not implemented for font type=%T", font.context) - // XXX: Should we return a default encoding? common.Log.Debug("ERROR: Encoder not implemented for font type=%#T", font.context) // TODO: Should we return a default encoding? return nil