mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +02:00
* Remove debug define
This commit is contained in:
parent
4e5eaaf52e
commit
394a4ba6a0
@ -18,7 +18,7 @@ unit fppdfparser;
|
|||||||
{$mode ObjFPC}{$H+}
|
{$mode ObjFPC}{$H+}
|
||||||
{$J-}
|
{$J-}
|
||||||
|
|
||||||
{$DEFINE DEBUGSTREAMS}
|
{ $DEFINE DEBUGSTREAMS}
|
||||||
{ $DEFINE DUMPSTREAMS}
|
{ $DEFINE DUMPSTREAMS}
|
||||||
|
|
||||||
interface
|
interface
|
||||||
@ -827,7 +827,9 @@ function TPDFParser.ParseCMap(aStream : TStream) : TPDFCMap;
|
|||||||
begin
|
begin
|
||||||
Result:=TPDFCMap.Create;
|
Result:=TPDFCMap.Create;
|
||||||
try
|
try
|
||||||
|
{$IFDEF DEBUGSTREAMS}
|
||||||
SaveStreamToFile('parsecmap',aStream);
|
SaveStreamToFile('parsecmap',aStream);
|
||||||
|
{$ENDIF}
|
||||||
ParseCMap(aStream,Result);
|
ParseCMap(aStream,Result);
|
||||||
except
|
except
|
||||||
Result.Free;
|
Result.Free;
|
||||||
|
Loading…
Reference in New Issue
Block a user