Skip to content

Commit

Permalink
delete console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
chantal-kelm committed Dec 15, 2023
1 parent c2c592c commit 4486b71
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React from 'react';
import { getPlugins } from '../../../../kibana-services';

import { ViewMode } from '../../../../../../../src/plugins/embeddable/public';
import { getDashboardPanels } from './dashboard_panels';
import { I18nProvider } from '@osd/i18n/react';
Expand All @@ -9,6 +8,7 @@ import { getDashboardFilters } from './dashboard_panels_filters';
import './fim_filters.scss';
import { getKPIsPanel } from './dashboard_panels_kpis';
import { useAppConfig } from '../../../common/hooks';

const plugins = getPlugins();

const SearchBar = getPlugins().data.ui.SearchBar;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React, { useEffect, useMemo, useState } from 'react';
import { getPlugins } from '../../../../kibana-services';
import useSearchBar from '../../../common/search-bar/use-search-bar';

import { IntlProvider } from 'react-intl';
import {
EuiDataGrid,
Expand Down
2 changes: 0 additions & 2 deletions plugins/main/public/redux/reducers/appConfigReducers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ const appConfigReducer: Reducer<AppConfigState, ResolverAction> = (
state = initialState,
action,
) => {
console.log('Current State:', state);
console.log('Action:', action);
switch (action.type) {
case 'UPDATE_APP_CONFIG_SET_IS_LOADING':
return {
Expand Down

0 comments on commit 4486b71

Please sign in to comment.