Skip to content

Commit

Permalink
add release dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Fuller committed Aug 15, 2020
1 parent 9585f10 commit 2c0849e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions public/electron.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ async function createWindow() {
},
})

// console.log('removing practice data')
// store.clear()

const startUrl = isDev
Expand Down Expand Up @@ -205,8 +204,6 @@ async function createWindow() {
practiceData[deckName][item.timeCreated].rating = rating
}

// console.log(JSON.stringify(practiceData, null, 2))

// set the store again
store.set(practiceDataStore, practiceData)
})
Expand Down
Empty file added release/.gitkeep
Empty file.

0 comments on commit 2c0849e

Please sign in to comment.