Remove console.log

This commit is contained in:
John Furrow
2016-01-09 12:21:56 -08:00
parent a8c67c8e29
commit 3f2c7c881c
@@ -30,7 +30,6 @@ export default class ActionBar extends React.Component {
}
componentDidMount() {
console.log(TorrentFilterStore.getTorrentsSort());
TorrentFilterStore.listen(EventTypes.UI_TORRENTS_SORT_CHANGE, this.onSortChange);
}