LCL, grids: removed debug line

git-svn-id: trunk@52577 -
This commit is contained in:
jesus 2016-06-23 20:38:12 +00:00
parent 089966371b
commit 220c413059

View File

@ -6324,7 +6324,6 @@ var
procedure DoAutoEdit;
begin
if (gfAutoEditPending in GridFlags) and not (ssDouble in Shift) then begin
DebugLn('ClickCell:[%d,%d] UpCell:[%d,%d]',[FGCache.ClickCell.x,FGCache.ClickCell.y, Cur.x, Cur.y]);
SelectEditor;
EditorShow(True);
end;