Skip to content
This repository was archived by the owner on Jun 6, 2023. It is now read-only.

Commit f799ec3

Browse files
committed
remove print
1 parent da076aa commit f799ec3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/jobs/create.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,6 @@ function create(params, cb) {
342342
params.codeCommit = revision
343343
})
344344

345-
console.log(params);
346-
347345
// zip the workspace file if it is not already a zip file
348346
if (!params.workspace.endsWith('.zip') && !params.workspace.endsWith('.gz')) {
349347

0 commit comments

Comments
 (0)