1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

Merge pull request #2434 from jacobherrington/chore-remove-console-logs

Remove console.logs
This commit is contained in:
Junyoung Choi (Sai)
2018-11-06 15:49:07 +09:00
committed by GitHub
14 changed files with 6 additions and 25 deletions

View File

@@ -306,7 +306,6 @@ class SideNav extends React.Component {
.catch((err) => {
console.error('Cannot Delete note: ' + err)
})
console.log('Trash emptied')
}
handleFilterButtonContextMenu (event) {