Skip to content

Commit fedb959

Browse files
fix(lambda): revert console log to debug log (#2733)
1 parent 129c69a commit fedb959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/artillery/lib/platform/aws-lambda/dependencies.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const createAndUploadLambdaZip = async (
6666
) => {
6767
const dirname = temp.mkdirSync(); // TODO: May want a way to override this by the user
6868
const zipfile = temp.path({ suffix: '.zip' });
69-
console.log({ dirname, zipfile });
69+
debug({ dirname, zipfile });
7070

7171
artillery.log('- Bundling test data');
7272
const bom = await _createLambdaBom(absoluteScriptPath, absoluteConfigPath);

0 commit comments

Comments
 (0)