Browse Source

* Patch from Andrew Haines removing some debug statements

git-svn-id: trunk@9442 -
michael 17 years ago
parent
commit
c9faa03197
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/extra/chm/chmreader.pas

+ 2 - 2
packages/extra/chm/chmreader.pas

@@ -671,7 +671,7 @@ var
   I: Integer;
 begin
   Result := 0;
-  WriteLn('Looking for URL : ', Name);
+  //WriteLn('Looking for URL : ', Name);
   if Name = '' then Exit;
   if fDirectoryHeader.DirectoryChunkCount = 0 then exit;
 
@@ -1117,7 +1117,7 @@ begin
     Found := True;
   end;
   if not Found then exit;
-  WriteLn('Looking for URL ', URL, ' in ', AFileName);
+  //WriteLn('Looking for URL ', URL, ' in ', AFileName);
   if CheckOpenFile(AFileName) then
     Result := fLastChm.ObjectExists(URL);
   if Result > 0 then NAme := Url;