mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
removed console log
This commit is contained in:
parent
33ba4ce07f
commit
ec0a458189
@ -144,7 +144,6 @@ let PieceList = React.createClass({
|
||||
},
|
||||
|
||||
applyOrderBy(orderBy) {
|
||||
console.log(orderBy);
|
||||
PieceListActions.fetchPieceList(this.state.page, this.state.pageSize, this.state.search,
|
||||
orderBy, this.state.orderAsc, this.state.filterBy);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user