Browse Source

* removed stale debug writeln

git-svn-id: trunk@13759 -
marco 16 năm trước cách đây
mục cha
commit
9c0e066d25
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/chm/src/chmwriter.pas

+ 1 - 1
packages/chm/src/chmwriter.pas

@@ -1200,7 +1200,7 @@ begin
       FreeAndNil(NextLevelItems);
 
   while NextLevelItems <> nil do
-  begin  WriteLn('Loop');
+  begin  
     CurrentLevelItems := NextLevelItems;
     NextLevelItems := TFPList.Create;