Explorar el Código

- remote accidently committed printnode call

git-svn-id: trunk@44099 -
florian hace 5 años
padre
commit
91696d2cf3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      compiler/ncnv.pas

+ 0 - 1
compiler/ncnv.pas

@@ -3140,7 +3140,6 @@ implementation
               else if (convtype=tc_int_2_int) and
               else if (convtype=tc_int_2_int) and
                 is_currency(resultdef) then
                 is_currency(resultdef) then
                 begin
                 begin
-                  printnode(self);
                   v:=tordconstnode(left).value;
                   v:=tordconstnode(left).value;
                   if not(nf_internal in flags) and not(is_currency(left.resultdef)) then
                   if not(nf_internal in flags) and not(is_currency(left.resultdef)) then
                     v:=v*10000;
                     v:=v*10000;