소스 검색

* Remove debug statement

git-svn-id: trunk@33497 -
michael 9 년 전
부모
커밋
ab05389612
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/fcl-pdf/src/fppdf.pp

+ 0 - 1
packages/fcl-pdf/src/fppdf.pp

@@ -2228,7 +2228,6 @@ begin
     IP.Image:=I;
     if Not KeepImage then
       begin
-      Writeln('Compressing : ',poCompressImages in Owner.Options);
       IP.CreateStreamedData(poCompressImages in Owner.Options);
       IP.FImage:=Nil; // not through property, that would clear the image
       i.Free;