OSDN Git Service

removed unnecessary 'print'
authorHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sat, 16 Jan 2021 04:38:15 +0000 (13:38 +0900)
committerHironori Kitagawa <h_kitagawa2001@yahoo.co.jp>
Sat, 16 Jan 2021 04:38:15 +0000 (13:38 +0900)
src/ltj-jfont.lua

index a18acf8..ac8ce5c 100644 (file)
@@ -978,7 +978,6 @@ luatexbase.add_to_callback(
             if (i==j)and(w==k) then vform[j]=nil elseif w==i then vform[j] = k end
           end
       end)
-      print(vform[0xFF1A], vform[0xFF1B])
       return fmtable
    end, 'ltj.get_vert_form', 1
 )