Menu

Commit [r1565]  Maximize  Restore  History

Removed left over debug code.

delphidabbler 2011-09-20

changed /branches/v4-dev/Src/UActiveText.pas
/branches/v4-dev/Src/UActiveText.pas Diff Switch to side-by-side view
--- a/branches/v4-dev/Src/UActiveText.pas
+++ b/branches/v4-dev/Src/UActiveText.pas
@@ -741,13 +741,7 @@
 end;
 
 function TActiveTextAttrs.GetAttr(const Name: string): string;
-var
-  P: TActiveTextAttr;
-  S: string;
-begin
-  S := '';
-  for P in fMap do
-    S := S + '  ' + P.Key + ' | ' + P.Value;
+begin
   Result := fMap[Name];
 end;
 
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.