opti: 清理console日志

This commit is contained in:
wenbo.dong 2017-10-20 18:06:38 +08:00
parent 43b8e846aa
commit 8185eedb2d
2 changed files with 13 additions and 13 deletions

View File

@ -237,7 +237,7 @@ export default class Run extends Component {
files: bodyType === 'form' ? this.getFiles(bodyForm) : {},
file: bodyType === 'file' ? 'single-file' : null,
success: (res, header, third) => {
console.log('suc', third);
// console.log('suc', third);
this.setState({
resStatusCode: third.res.status,
resStatusText: third.res.statusText
@ -549,11 +549,11 @@ export default class Run extends Component {
}, 0);
}
@autobind
fileChange(e, index) {
console.log(e)
console.log(index)
}
// @autobind
// fileChange(e, index) {
// console.log(e)
// console.log(index)
// }
@autobind
onTestSwitched(checked) {

View File

@ -289,7 +289,7 @@ export default class InterfaceColMenu extends Component {
// }
// console.log(this.props.match);
console.log(currColId)
// console.log(currColId)
// currColId = this.props.match.params.id?this.props.match.params.id:currColId;
return (
<div>