Skip to content

Commit

Permalink
[Discover] Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jughosta committed Nov 23, 2022
1 parent 3cf67e4 commit ae66008
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ export function getDataViewFieldList(
return null;
}

// console.log('merging fields in getDataViewFieldList');

const currentFieldCounts = fieldCounts || {};
const sourceFiltersValues = dataView?.getSourceFiltering?.()?.excludes;
let dataViewFields: DataViewField[] = dataView?.fields.getAll() || [];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ export const useExistingFieldsFetcher = (
return;
}

// console.log('fetching existence info', dataViewId, fromDate, toDate);

const currentInfo = globalMap$.getValue()?.[dataViewId];

if (!mountedRef.current) {
Expand Down

0 comments on commit ae66008

Please sign in to comment.