Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Remove debug log from netlify plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillespie committed Sep 24, 2021
1 parent 400a1e4 commit 73b766d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion netlify/plugins/conditional-canary/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module.exports = {
onPreBuild: ({ netlifyConfig, utils: { git } }) => {
console.log('conditional-canary plugin')
const coreChanges = git.fileMatch('core/**/*')
const coreChanged = coreChanges.edited.length !== 0
const installCanary =
Expand Down

0 comments on commit 73b766d

Please sign in to comment.