Skip to content

Commit

Permalink
remove unused log
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeetha5491 committed Sep 26, 2023
1 parent 41ad80e commit a1db5f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/utils/hook-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ async function initEventsSdk (projectConfig) {
* @returns {object} Object containing mapping of provider metadata to provider id
*/
function getProviderMetadataToProviderIdMapping () {
console.log(process.env)
if (!process.env.AIO_EVENTS_PROVIDERMETADATA_TO_PROVIDER_MAPPING) {
throw new Error('No environment variables for provider metadata to provider id mappings found.')
}
Expand Down

0 comments on commit a1db5f8

Please sign in to comment.