Disable native check logger

This commit is contained in:
Sam Carlton 2020-12-26 12:14:14 -06:00
parent 8b7fbb75b9
commit 07c42bbaf7

View file

@ -84,8 +84,8 @@ class MakeHomebrewList {
return false
}
console.log('formulaData', formulaData)
console.log('formulae', formulae)
// console.log('formulaData', formulaData)
// console.log('formulae', formulae)
// Check the official list first since it's data is newer and more frequently updated
const hasStableFormula = (formulaData.bottle.stable !== undefined)