1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02:00

remove console log

This commit is contained in:
Tim Daubenschütz 2015-09-29 17:56:18 +02:00
parent ff8eb1ea06
commit e356570bc8

View File

@ -100,7 +100,6 @@ let Edition = React.createClass({
},
refreshCollection() {
console.log('freshing');
PieceListActions.fetchPieceList(this.state.page, this.state.pageSize, this.state.search,
this.state.orderBy, this.state.orderAsc, this.state.filterBy);
EditionListActions.refreshEditionList({pieceId: this.props.edition.parent});