Преглед на файлове

* 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;