mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
remove console log
This commit is contained in:
parent
ff8eb1ea06
commit
e356570bc8
@ -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});
|
||||
|
Loading…
Reference in New Issue
Block a user