Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Moocar authored and pieh committed Dec 1, 2018
1 parent f1c8642 commit c0c5124
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gatsby/src/db/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ if (process.env.GATSBY_DB_NODES === `loki`) {
// calls `saveState()` on all DBs
function saveState() {
for (const db of dbs) {
console.log(`save state`)
db.saveState()
}
}
Expand Down

0 comments on commit c0c5124

Please sign in to comment.