Skip to content

Commit

Permalink
去除不必要的console
Browse files Browse the repository at this point in the history
  • Loading branch information
JakHuang committed Mar 22, 2020
1 parent 766c4f1 commit 862e017
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export function getDrawingList() {
}

export function saveDrawingList(list) {
console.log('saveDrawingList', list)
localStorage.setItem(DRAWING_ITEMS, JSON.stringify(list))
}

Expand Down

0 comments on commit 862e017

Please sign in to comment.