diff --git a/coreplugins/objdetect/public/ObjDetectPanel.jsx b/coreplugins/objdetect/public/ObjDetectPanel.jsx index 9f577f67..3c7f899b 100644 --- a/coreplugins/objdetect/public/ObjDetectPanel.jsx +++ b/coreplugins/objdetect/public/ObjDetectPanel.jsx @@ -176,7 +176,7 @@ export default class ObjDetectPanel extends React.Component { const { loading, permanentError, objLayer, detecting, model, progress } = this.state; const models = [ {label: _('Cars'), value: 'cars'}, - {label: _('Trees'), value: 'trees'}, + // {label: _('Trees'), value: 'trees'}, {label: _('Athletic Facilities'), value: 'athletic'}, {label: _('Boats'), value: 'boats'}, {label: _('Planes'), value: 'planes'}