From 5bf72f1d0aa8640a7279f4d2daea3c6a32d6cce1 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 26 Dec 2020 12:14:14 -0600 Subject: [PATCH] Disable native check logger --- helpers/build-homebrew-list.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpers/build-homebrew-list.js b/helpers/build-homebrew-list.js index 7e7567c..9524f0d 100644 --- a/helpers/build-homebrew-list.js +++ b/helpers/build-homebrew-list.js @@ -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)