Skip to content

Commit

Permalink
Remove dangerous log of auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Rusakovich authored and theghostbel committed Dec 29, 2022
1 parent 7e1ad61 commit 7ad6d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const { token, target, sheets, moduleType, muteEslintQuotes, customOptions, auth
})()

async function loadTranslations({ getGoogleAuthCredentials, getValueMapper }, auth) {
console.log('auth', auth)
let googleAuthCredentials = getGoogleAuthCredentials()

// using auth from customOptions.getGoogleAuthCredentials()
Expand Down

0 comments on commit 7ad6d0d

Please sign in to comment.