Stop logging app sorting

This commit is contained in:
Sam Carlton 2020-11-21 16:19:11 -06:00
parent 735f1d07eb
commit 224731aead

View file

@ -44,7 +44,7 @@ import gameList from '~/game-list.json'
// console.log('gameList.length', gameList.length)
function byTimeThenNull (appA, appB) {
console.log('appA.lastUpdated', appA.lastUpdated)
// console.log('appA.lastUpdated', appA.lastUpdated)
// equal items sort equally
if (appA.lastUpdated === appB.lastUpdated) {