summaryrefslogtreecommitdiff
path: root/unit2.pas
diff options
context:
space:
mode:
Diffstat (limited to 'unit2.pas')
-rw-r--r--unit2.pas4
1 files changed, 1 insertions, 3 deletions
diff --git a/unit2.pas b/unit2.pas
index 454d30a..649b624 100644
--- a/unit2.pas
+++ b/unit2.pas
@@ -545,10 +545,8 @@ begin
break;
end;
- if result then begin
+ if result then
self.sortenreinAnzeigen(_rs,nil);
- _rs.add('alles ok ('+inttostr(random(1000))+')!');
- end;
ars.free;
acs.free;