Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design authored Apr 6, 2021
1 parent 5e26b12 commit b2abe8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ export default function (options) {
...this.options.nuxtContentGit,
...options,
}
console.log('foo')
this.nuxt.hook('content:file:beforeInsert', async (file, database) => {
console.log(file)

const git = simpleGit()

Expand Down

0 comments on commit b2abe8c

Please sign in to comment.