We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04d156 commit f0a97bbCopy full SHA for f0a97bb
library/fhir/fhir_tx.pas
@@ -393,7 +393,7 @@ procedure TTerminologyOperationContext.addNote(vs : TFHIRValueSetW; note : Strin
393
s : string;
394
begin
395
s := StringPadRight(inttostr(GetTickCount64 - FStartTime)+'ms', ' ', 4)+' '+
396
- StringPadLeft('', ' ', indentCount*2)+'#'+inttostr(SerialNumber)+': '+note;
+ StringPadLeft('', ' ', indentCount*2)+{$IFDEF OBJECT_TRACKING}'#'+inttostr(SerialNumber)+{$ENDIF}': '+note;
397
//if UnderDebugger then
398
// Logging.log(s);
399
FTimeTracker.step(s);
0 commit comments