mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-02 22:17:06 +08:00
remove duplicate log
This commit is contained in:
parent
8f031e7bdb
commit
99a19b0b8d
@ -475,8 +475,6 @@ func (font *PdfFont) ToPdfObject() core.PdfObject {
|
|||||||
func (font *PdfFont) Encoder() textencoding.TextEncoder {
|
func (font *PdfFont) Encoder() textencoding.TextEncoder {
|
||||||
t := font.actualFont()
|
t := font.actualFont()
|
||||||
if t == nil {
|
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)
|
common.Log.Debug("ERROR: Encoder not implemented for font type=%#T", font.context)
|
||||||
// TODO: Should we return a default encoding?
|
// TODO: Should we return a default encoding?
|
||||||
return nil
|
return nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user