diff --git a/pages/index.vue b/pages/index.vue index 52ab9ec..a113546 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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) {