Skip to content

Commit 9eb6259

Browse files
author
Otto Pecz
committed
Removing console.log
1 parent c18a918 commit 9eb6259

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/__tests__/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ describe('THE constructor', () => {
150150
})
151151

152152
it('SHOULD set the region in the config to the value of AWS_DEFAULT_REGION env var', () => {
153-
console.log(`WWWWWWWWWWWWWWRRRRRRRRRRRRRR: ${process.env.AWS_DEFAULT_REGION}`)
154153
const instance = new SLSAWSLambdaDynamicTrigger(serverlessMockRegionMissing)
155154
expect(instance.config).toHaveProperty('region', process.env.AWS_DEFAULT_REGION)
156155
})

0 commit comments

Comments
 (0)