diff --git a/pdf/lib/src/pdf/obj/type1_font.dart b/pdf/lib/src/pdf/obj/type1_font.dart index 9f07acbf..39cd369f 100644 --- a/pdf/lib/src/pdf/obj/type1_font.dart +++ b/pdf/lib/src/pdf/obj/type1_font.dart @@ -44,9 +44,6 @@ class PdfType1Font extends PdfFont { this.missingWidth = 0.600, this.widths = const []}) : assert(() { - // ignore: avoid_print - print( - '$fontName has no Unicode support see https://github.com/DavBfr/dart_pdf/wiki/Fonts-Management'); return true; }()), super.create(pdfDocument, subtype: '/Type1') {