* Remove debug statement

git-svn-id: trunk@33497 -
This commit is contained in:
michael 2016-04-13 15:57:23 +00:00
parent 7de017daad
commit ab05389612

View File

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