diff --git a/lighthouserc-prod.cjs b/lighthouserc-prod.cjs index 88b30ca0b0..f43ef6523d 100644 --- a/lighthouserc-prod.cjs +++ b/lighthouserc-prod.cjs @@ -23,12 +23,6 @@ module.exports = { 'https://www.kiva.org/cc/kiva-partner', ], numberOfRuns: 5, - }, - // upload: { - // target: 'lhci', - // serverBaseUrl: 'https://lighthouse-ci-kiva-prod.herokuapp.com/', - // token: process.env.LHCI_PROD_BUILD_TOKEN, - // ignoreDuplicateBuildFailure: true - // }, + } }, };