LCL: commented debug info for TCustomFloatSpinEdit.TextChanged

git-svn-id: trunk@11588 -
This commit is contained in:
tombo 2007-07-21 12:58:54 +00:00
parent 9a4689733f
commit 9c00283d84

View File

@ -48,7 +48,7 @@ begin
PrevValue := FValue;
FValueChanged := True;
DebugLn('TCustomFloatSpinEdit.TextChanged Text: ' + Text + ' Value: ' + DbgS(Value));
//DebugLn('TCustomFloatSpinEdit.TextChanged Text: ' + Text + ' Value: ' + DbgS(Value));
if Value <> PrevValue then
begin