Commit c63f478f authored by Cole Bemis's avatar Cole Bemis

chore: Remove console.log

parent b424fa77
...@@ -8,7 +8,6 @@ if ( ...@@ -8,7 +8,6 @@ if (
process.env.TRAVIS_PULL_REQUEST === 'false' && process.env.TRAVIS_PULL_REQUEST === 'false' &&
process.env.TRAVIS_BRANCH === 'master' process.env.TRAVIS_BRANCH === 'master'
) { ) {
console.log('Syncing Algolia records...');
syncAlgolia(); syncAlgolia();
} else { } else {
console.log('Skipped Algolia sync.'); console.log('Skipped Algolia sync.');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment