Correct some code comments.

This commit is contained in:
rosenfield
2007-11-09 07:59:14 +00:00
parent 727e79aa33
commit 51c23000f9
2 changed files with 2 additions and 5 deletions

View File

@ -128,7 +128,6 @@ begin
MessageDlg( 'Error reading file:' + CRLF + filename, mtError, [mbOK], 0 );
break;
end;
debug('TODO: Non-threaded ExecSql call in TfrmInsertFilesProgress.ProcessFiles().');
zq.ExecSql;
lblOperation.caption := 'Freeing memory ...';
lblOperation.Repaint;