1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-29 00:58:03 +02:00

removed console log

This commit is contained in:
diminator 2015-09-29 14:14:59 +02:00
parent 33ba4ce07f
commit ec0a458189

View File

@ -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);
},