mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 19:30:01 +02:00
Remove writeln() that looks like a residual debug message
git-svn-id: trunk@37386 -
This commit is contained in:
parent
3d6659f2e4
commit
cac82bf695
@ -810,7 +810,6 @@ end;
|
||||
------------------------------------------------------------------------------}
|
||||
procedure TCarbonComboBox.ValueChanged;
|
||||
begin
|
||||
writeln('crb: ', LCLObject.Name,' value changed!');
|
||||
if FReadOnly then ListItemSelected(GetValue - 1);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user