OSDN Git Service

ltj-pretreat.lua: removed debug print()
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Mon, 21 Aug 2017 07:54:26 +0000 (16:54 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Mon, 21 Aug 2017 07:54:26 +0000 (16:54 +0900)
src/ltj-pretreat.lua

index 3186ca6..88aad54 100644 (file)
@@ -149,7 +149,7 @@ local function set_box_stack_level(head, mode)
            if ltjf_font_metric_table[nf].vert_activated then
               local pc = getchar(p)
               pc = ltjf_font_metric_table[nf].vform[pc]
-               if pc then print('Replace ', getchar(p) , pc); setchar(p,  pc) end
+               if pc then setchar(p,  pc) end
            end
         end
       end