summaryrefslogtreecommitdiff
path: root/src/HelpFile.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/HelpFile.pas')
-rw-r--r--src/HelpFile.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/HelpFile.pas b/src/HelpFile.pas
index 4f4de9f6..806fd042 100644
--- a/src/HelpFile.pas
+++ b/src/HelpFile.pas
@@ -240,7 +240,6 @@ begin
for EntryIndex := 0 to _Header.ntoc-1 do
begin
pEntry := _Data + tocarray[EntryIndex];
- writeln('pEntry^.length = ', IntToStr(pEntry^.Length) + ' NumSlots=' + IntToStr(pEntry^.numSlots));
Topic := TTopic.Create( _Data,
_Header,
_Dictionary,