* Remove debug statement

This commit is contained in:
Michaël Van Canneyt 2022-12-20 15:01:30 +01:00
parent 125dc64b1e
commit fbe1db32ab

View File

@ -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