fix: make output less chatty

This commit is contained in:
2019-01-30 10:00:04 -07:00
parent 559c7d64d6
commit 4cbde45293
3 changed files with 1 additions and 5 deletions

View File

@@ -34,7 +34,6 @@ function handleError(err) {
}
async function fetchAndIndex() {
logger.debug('Fetching and indexing data...');
return mod(index, { elasticsearch: { ...esConfig, auth }, filter: { lat, lon, radius } });
}