This commit is contained in:
Michael Schimmel
2025-09-04 18:46:05 +02:00
parent faa447fd91
commit c6a71aa8be
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -778,7 +778,6 @@ end;
function TDebugEvaluatorVisitor.VisitAssignment(const Node: IAssignmentNode): TAstValue;
begin
// The name is not easily available anymore for logging.
AppendLine(Format('Assignment to "%s" {', [Node.Identifier.Name]));
Indent;
try