[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: Remove debugging instructions (853c373)

Marcel Fabian Krüger tex at 2krueger.de
Wed Oct 12 19:56:51 CEST 2022


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/853c373584aa5710712fb78b0532b80943b176a0

>---------------------------------------------------------------

commit 853c373584aa5710712fb78b0532b80943b176a0
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Wed Oct 12 13:23:02 2022 +0200

    Remove debugging instructions


>---------------------------------------------------------------

853c373584aa5710712fb78b0532b80943b176a0
 src/luaotfload-dvi.lua | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/luaotfload-dvi.lua b/src/luaotfload-dvi.lua
index 9062048..87e1c3f 100644
--- a/src/luaotfload-dvi.lua
+++ b/src/luaotfload-dvi.lua
@@ -48,7 +48,6 @@ local glyph_t = node.id'glyph'
 -- mapped_fonts maps fontids from the user to fontids used in the DVI file
 local mapped_fonts = setmetatable({}, {__index = function(t, fid)
   local font = getfont(fid)
-  print(fid, font and font.fullname)
   local mapped = font and font.backend_font or false
   t[fid] = mapped
   return mapped
@@ -94,7 +93,6 @@ function full_hprocess(head)
       end
       if last_mapping then
         local mapped = last_mapping[c]
-        print(c, f, mapped)
         if mapped then setfont(n, last_mapped_font, mapped) end
       end
     end





More information about the latex3-commits mailing list.