移除调试代码

This commit is contained in:
csh 2024-06-27 15:45:13 +08:00
parent f72b734cc4
commit 999a7ef2d0
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ begin
elements := sect_ware.Elements(); elements := sect_ware.Elements();
for _,element in elements do for _,element in elements do
begin begin
println("_ = {}", _);
if _ = 266 then return;
if element.LocalName = "p" then self.TransformParagraph(sect_ware, element); if element.LocalName = "p" then self.TransformParagraph(sect_ware, element);
else if element.LocalName = "tbl" then self.TransformTable(sect_ware, element); else if element.LocalName = "tbl" then self.TransformTable(sect_ware, element);
end end