Skip to content

Commit a342a3d

Browse files
VincentTrungalex241728
authored andcommitted
Clean up debug message
1 parent 3037e07 commit a342a3d

File tree

1 file changed

+0
-1
lines changed
  • superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter

1 file changed

+0
-1
lines changed

superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Scatter/controlPanel.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ const config: ControlPanelConfig = {
143143
}
144144

145145
const xAxisType = xAxisOptions.find(option => option.column_name === xAxisColumn)?.type;
146-
console.log('xAxisType', xAxisType);
147146

148147
if (typeof xAxisType !== 'string')
149148
{

0 commit comments

Comments
 (0)