未验证 提交 63899f55 编写于 作者: J Julius Volz 提交者: GitHub

Remove obsolete console.log() statements (#6159)

Signed-off-by: NJulius Volz <julius.volz@gmail.com>
上级 bca6e90e
......@@ -89,12 +89,10 @@ class PanelList extends Component<any, PanelListState> {
}
return p;
});
console.log("UPDATE OP", key, opts);
this.setState({panels: newPanels}, this.updateURL)
}
updateURL(): void {
console.log("UPDATE");
const query = encodePanelOptionsToQueryString(this.state.panels);
history.pushState({}, '', query);
}
......
......@@ -92,7 +92,6 @@ class TimeInput extends Component<TimeInputProps> {
}
componentDidUpdate() {
console.log(this.props);
this.$time.datetimepicker('date', this.props.time ? moment(this.props.time) : null);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册