react-crud-mobile 1.0.751 → 1.0.752

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -856,7 +856,6 @@ function UIList(props) {
856
856
  var list = reactCrudUtils.Utils.nvl(scope.getItems(), []);
857
857
  if (original.search && !((_original$list = original.list) != null && _original$list.url)) {
858
858
  var query = crud.get('query', '').toLowerCase().trim();
859
- console.log(query);
860
859
  if (query.length > 1) {
861
860
  var filters = [];
862
861
  var filterBy = reactCrudUtils.Utils.nvl(original.filterBy, 'label');