mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable native check logger
This commit is contained in:
parent
426bf9d1a4
commit
5bf72f1d0a
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue