mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-30 11:00:06 +02:00
* Remove debug statement
git-svn-id: trunk@33497 -
This commit is contained in:
parent
7de017daad
commit
ab05389612
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user