You've already forked lazarus-ccr
Remove debug code
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2064 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -165,7 +165,6 @@ begin
|
|||||||
aField := GetFieldFromGridColumn(Column);
|
aField := GetFieldFromGridColumn(Column);
|
||||||
if (aField <> nil) and (bs = cbsAuto) then
|
if (aField <> nil) and (bs = cbsAuto) then
|
||||||
begin
|
begin
|
||||||
writeln(aField.DataType);
|
|
||||||
case aField.DataType of
|
case aField.DataType of
|
||||||
ftSmallint, ftInteger:
|
ftSmallint, ftInteger:
|
||||||
Result := integerDbGridControl.Editor(Self);
|
Result := integerDbGridControl.Editor(Self);
|
||||||
|
Reference in New Issue
Block a user