Skip to content

Commit

Permalink
Cleanup logging
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Fitzgibbons <peter.fitzgibbons@gmail.com>
  • Loading branch information
pjfitzgibbons committed Oct 20, 2023
1 parent 2fd2777 commit eefefa1
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions public/components/event_analytics/explorer/explorer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -780,28 +780,6 @@ export const Explorer = ({
}
);
} else {
console.log('creating SaveAsNewVisualization', [
{
tabId,
history,
notifications,
showPermissionErrorToast,
appLogEvents,
addVisualizationToPanel,
},
{ batch, dispatch, changeQuery, updateTabName },
OSDSavedVisualizationClient.getInstance(),
new PanelSavedObjectClient(http),
{
...commonParams,
type: curVisId,
applicationId: appId,
userConfigs: JSON.stringify(userVizConfigs[curVisId]),
description: userVizConfigs[curVisId]?.dataConfig?.panelOptions?.description || '',
subType,
selectedPanels: selectedCustomPanelOptions,
},
]);
soClient = new SaveAsNewVisualization(
{
tabId,
Expand Down

0 comments on commit eefefa1

Please sign in to comment.