From eefefa1b3285c66d233ef5458ef0b8922b451c15 Mon Sep 17 00:00:00 2001 From: Peter Fitzgibbons Date: Fri, 20 Oct 2023 15:16:48 -0700 Subject: [PATCH] Cleanup logging Signed-off-by: Peter Fitzgibbons --- .../event_analytics/explorer/explorer.tsx | 22 ------------------- 1 file changed, 22 deletions(-) diff --git a/public/components/event_analytics/explorer/explorer.tsx b/public/components/event_analytics/explorer/explorer.tsx index a516466f3..5053c38eb 100644 --- a/public/components/event_analytics/explorer/explorer.tsx +++ b/public/components/event_analytics/explorer/explorer.tsx @@ -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,