Disable native check logger

This commit is contained in:
Sam Carlton 2020-12-26 12:14:14 -06:00
parent 426bf9d1a4
commit 5bf72f1d0a

View file

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