Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristian-A committed Jul 13, 2022
1 parent e34d7b4 commit 7e3d585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redux/actions/componentConfig/fetchPlotDataWork.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const fetchPlotDataWork = (
let config = getState().componentConfig[plotUuid]?.config ?? initialPlotConfigStates[plotType];
const clusterNames = getClusterNames(getState());
const timeout = getTimeoutForWorkerTask(getState(), 'PlotData');
console.error(clusterNames);

config = {
...config,
clusterNames,
Expand Down

0 comments on commit 7e3d585

Please sign in to comment.