Remove debug
This commit is contained in:
parent
96e4163c61
commit
3e6757a35d
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ class FileList extends React.PureComponent {
|
|||
this._sortFunctions = {
|
||||
dateNew(fileInfos) {
|
||||
return fileInfos.slice().sort((fileInfo1, fileInfo2) => {
|
||||
console.log(fileInfo1);
|
||||
const height1 = fileInfo1.height
|
||||
const height2 = fileInfo2.height
|
||||
if (height1 > height2) {
|
||||
|
|
Loading…
Reference in a new issue