diff options
-rw-r--r-- | otfl-font-nms.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/otfl-font-nms.lua b/otfl-font-nms.lua index d9cf3c1..578a8ad 100644 --- a/otfl-font-nms.lua +++ b/otfl-font-nms.lua @@ -628,7 +628,6 @@ local function read_fonts_conf() incomments = false elseif sub(line, 1, 4) == '<!--' then incomments = true - texio.write_nl("comment !") else for dir in gmatch(line, '<dir>([^<]+)</dir>') do -- now we need to replace ~ by kpse.expand_path('~') |