Skip to content

Commit

Permalink
[Discover] remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaanj committed Nov 3, 2022
1 parent 5e784c3 commit badaf79
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ export const DiscoverTopNav = ({
const adHocDataViewList = useInternalStateSelector((state) => state.dataViewsAdHoc);
const dataView = useInternalStateSelector((state) => state.dataView!);

// eslint-disable-next-line no-console
console.log('adHocDataViewList', adHocDataViewList);
const showDatePicker = useMemo(
() => dataView.isTimeBased() && dataView.type !== DataViewType.ROLLUP,
[dataView]
Expand Down

0 comments on commit badaf79

Please sign in to comment.