Skip to content

Commit 1616c4b

Browse files
Remove log (#363)
* remove log * bump version
1 parent c7e0d0a commit 1616c4b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/interface/cli/commands/pipeline/run.cf.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ function _buildBody(data) {
6262
class RunExternalCommand extends RunBaseCommand {
6363
async runImpl(request) {
6464
const { pipelineName, options } = request;
65-
console.log(_buildBody(options));
6665
this.workflowId = await sdk.pipelines.run({ name: pipelineName }, _buildBody(options));
6766
if (this.executionRequests.length === 1) {
6867
if (this.argv.detach) {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.33.2",
3+
"version": "0.33.3",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)