Browse Source

* removed debug statement

git-svn-id: trunk@12088 -
michael 16 years ago
parent
commit
f64ec1faa6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rtl/objpas/sysutils/sysstr.inc

+ 0 - 1
rtl/objpas/sysutils/sysstr.inc

@@ -2033,7 +2033,6 @@ Var
       I:=DecimalPoint-Placehold[2];
       I:=DecimalPoint-Placehold[2];
       If (Value<0) and (I<DecimalPoint) and (Digits[1]<>'-') then
       If (Value<0) and (I<DecimalPoint) and (Digits[1]<>'-') then
         begin
         begin
-        Writeln('Inserting - at ',I);
         Insert('-',Digits,I);
         Insert('-',Digits,I);
         Inc(DecimalPoint);
         Inc(DecimalPoint);
         Inc(I);
         Inc(I);