From c63f478ff5c06d1c6a6ad288aacd39ba8a9b7f5c Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Fri, 18 May 2018 17:47:05 -0700 Subject: [PATCH] chore: Remove console.log --- bin/sync-algolia.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/sync-algolia.js b/bin/sync-algolia.js index 94c4eff..42ac555 100644 --- a/bin/sync-algolia.js +++ b/bin/sync-algolia.js @@ -8,7 +8,6 @@ if ( process.env.TRAVIS_PULL_REQUEST === 'false' && process.env.TRAVIS_BRANCH === 'master' ) { - console.log('Syncing Algolia records...'); syncAlgolia(); } else { console.log('Skipped Algolia sync.');