diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-05-24 23:25:20 +0300 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2010-05-24 23:25:20 +0300 |
commit | 0cc93f28fd4e8e0bc2ad3fdecc8ff49038a40499 (patch) | |
tree | 2d29224480c7dd9cbaea6a15ab9c28b20fed793a | |
parent | 1d07c96b0484896e2155c54b80b2de9dff8b968b (diff) | |
download | luaotfload-0cc93f28fd4e8e0bc2ad3fdecc8ff49038a40499.tar.gz |
Oops...
-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('~') |