Remove debug

This commit is contained in:
Jeremy Curcio 2018-02-15 10:23:03 -05:00
parent 96e4163c61
commit 3e6757a35d

View file

@ -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) {