Remove a couple more debugs
This commit is contained in:
parent
d1eed7f7de
commit
34b6ef674b
1 changed files with 0 additions and 3 deletions
|
@ -27,7 +27,6 @@ class FileList extends React.PureComponent {
|
|||
},
|
||||
dateOld(fileInfos) {
|
||||
return fileInfos.slice().sort((fileInfo1, fileInfo2) => {
|
||||
console.log(fileInfo1);
|
||||
const height1 = fileInfo1.height
|
||||
const height2 = fileInfo2.height
|
||||
if (height1 < height2) {
|
||||
|
@ -87,8 +86,6 @@ class FileList extends React.PureComponent {
|
|||
const { sortBy } = this.state;
|
||||
const content = [];
|
||||
|
||||
console.log(sortBy);
|
||||
|
||||
this._sortFunctions[sortBy](fileInfos).forEach(fileInfo => {
|
||||
const uriParams = {};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue