mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 10:07:54 +02:00
* Remove debug statement
This commit is contained in:
parent
125dc64b1e
commit
fbe1db32ab
@ -147,8 +147,6 @@ function TSQLDBIndexDB.GetWordID(const AWord: UTF8String): int64;
|
||||
var
|
||||
Q: TSQLQuery;
|
||||
begin
|
||||
if aWord='Just' then
|
||||
Writeln('here');
|
||||
if (FLastWord = AWord) then
|
||||
Result := FLastWordID
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user