Browse Source

* Remove debug writelns

(cherry picked from commit 88b5728d944506283f20a5565da74ef5fb691391)
Michaël Van Canneyt 2 years ago
parent
commit
3e95ee8fc7
1 changed files with 0 additions and 6 deletions
  1. 0 6
      packages/fcl-pdf/src/fppdfobjects.pp

+ 0 - 6
packages/fcl-pdf/src/fppdfobjects.pp

@@ -1060,7 +1060,6 @@ end;
 
 
 procedure TPDFPath.AddSegment(aSegment: TPDFPathSegment);
 procedure TPDFPath.AddSegment(aSegment: TPDFPathSegment);
 begin
 begin
-  Writeln('Adding : ',aSegment.Description);
   if (FCount=Length(FSegments)) then
   if (FCount=Length(FSegments)) then
     SetLength(FSegments,Length(FSegments)+SegmentDelta);
     SetLength(FSegments,Length(FSegments)+SegmentDelta);
 
 
@@ -1887,7 +1886,6 @@ Var
   S : String;
   S : String;
 
 
 begin
 begin
-  Writeln('Registering ',classname,' for command ',RegisterCommandName,' and type ',CommandType);
   S:=RegisterCommandName;
   S:=RegisterCommandName;
   If S<>'' then
   If S<>'' then
     RegisterCommand(S,Self);
     RegisterCommand(S,Self);
@@ -2122,10 +2120,6 @@ begin
         begin
         begin
         aParent:=TPDFIndirect(Obj);
         aParent:=TPDFIndirect(Obj);
         Obj:=TPDFIndirect(aParent).ObjectDict;
         Obj:=TPDFIndirect(aParent).ObjectDict;
-        if assigned(Obj) then
-            Writeln('Indirect resource : ', TPDFDictionary(Obj).GetDescription)
-        else
-          Writeln('Indirect object ',aParent.ObjectID,'does not have a dict');
         end;
         end;
       end;
       end;
     if Obj is TPDFDictionary then
     if Obj is TPDFDictionary then