Skip to content

Commit

Permalink
fix: remove console.log from timeseries chart (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Nov 26, 2021
1 parent 6d52c44 commit d66ecb7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export default function EchartsTimeseries({
setDataMask,
}: TimeseriesChartTransformedProps) {
const { filterState } = formData;
console.log(formData);
const handleChange = useCallback(
(values: string[]) => {
if (!formData.emitFilter) {
Expand Down

0 comments on commit d66ecb7

Please sign in to comment.