Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Sebastian <paulstn@amazon.com>
  • Loading branch information
paulstn committed Mar 16, 2024
1 parent cab4adf commit 72b89e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import { i18n } from '@osd/i18n';
import {
onAccelerateButtonClick,
onDeleteButtonClick,
onDiscoverButtonClick,
redirectToExplorerWithDataSrc,
} from './utils/associated_objects_tab_utils';
import { getRenderAccelerationDetailsFlyout } from '../../../../../plugin';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@ export const onAccelerateButtonClick = (tableDetail: any) => {
console.log('accelerating', tableDetail.name);
};

export const onDiscoverButtonClick = (tabaleDetail: any) => {
// TODO: send user to Discover
console.log('sending user to discover for', tabaleDetail);
};

export const onDeleteButtonClick = (tableDetail: any) => {
// TODO: delete table
console.log('deleting', tableDetail.name);
Expand Down

0 comments on commit 72b89e0

Please sign in to comment.