mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Stop logging app sorting
This commit is contained in:
parent
735f1d07eb
commit
224731aead
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue