Skip to content

Commit

Permalink
chore: remove debug console log
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardo committed Mar 5, 2024
1 parent 1c76a2a commit 6c7b36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ const scatterUiAdapter = (ui) => {
// Transform from store.ui to outlier table format
const outlierTableUiAdapter = (ui) => {
const adaptedUi = defaultUiAdapter(ui)
console.log('outlier ui adapter')

const outlierAnalysis = ui.options?.[OUTLIER_ANALYSIS_OPTION_NAME]

if (
Expand Down

0 comments on commit 6c7b36b

Please sign in to comment.