Browse Source

* Remove debug code

git-svn-id: trunk@12768 -
blikblum 16 years ago
parent
commit
0a4f4ea8e1
1 changed files with 0 additions and 2 deletions
  1. 0 2
      packages/fcl-db/src/sqlite/customsqliteds.pas

+ 0 - 2
packages/fcl-db/src/sqlite/customsqliteds.pas

@@ -1252,8 +1252,6 @@ begin
     ftString:
       begin            
         EditItem^.Row[FieldOffset] := StrNew(PChar(Buffer));
-        TempStr := PChar(Buffer);
-        TempStr := EditItem^.Row[1];
       end;
     ftInteger:
       begin