Remove writeln() that looks like a residual debug message

git-svn-id: trunk@37386 -
This commit is contained in:
djenkins 2012-05-21 21:59:24 +00:00
parent 3d6659f2e4
commit cac82bf695

View File

@ -810,7 +810,6 @@ end;
------------------------------------------------------------------------------}
procedure TCarbonComboBox.ValueChanged;
begin
writeln('crb: ', LCLObject.Name,' value changed!');
if FReadOnly then ListItemSelected(GetValue - 1);
end;