LCL: commented debug output of TWinControl.WMChar

git-svn-id: trunk@10804 -
This commit is contained in:
vincents 2007-03-26 10:01:08 +00:00
parent f107b6226b
commit d69e8e388f

View File

@ -5043,7 +5043,7 @@ end;
------------------------------------------------------------------------------}
procedure TWinControl.WMChar(var Message: TLMChar);
begin
debugln('TWinControl.WMChar ',DbgSName(Self),' ',dbgs(Message.CharCode));
//debugln('TWinControl.WMChar ',DbgSName(Self),' ',dbgs(Message.CharCode));
if SendDialogChar(Message) then
Message.Result := 1;
Assert(False, Format('Trace:[TWinControl.WMChar] %s', [ClassName]));