diff --git a/components/jujiboutils/src/jdbgridcontrol.pas b/components/jujiboutils/src/jdbgridcontrol.pas index 213eeb3d4..410a75564 100644 --- a/components/jujiboutils/src/jdbgridcontrol.pas +++ b/components/jujiboutils/src/jdbgridcontrol.pas @@ -165,7 +165,6 @@ begin aField := GetFieldFromGridColumn(Column); if (aField <> nil) and (bs = cbsAuto) then begin - writeln(aField.DataType); case aField.DataType of ftSmallint, ftInteger: Result := integerDbGridControl.Editor(Self);