Skip to content

Commit

Permalink
chore: remove forgotten console.dir (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
fnesveda authored Oct 5, 2022
1 parent 79f2b86 commit 5e91da8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands/push.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ class PushCommand extends ApifyCommand {
}

build = await apifyClient.build(build.id).get();
console.dir(build);

outputs.link('Actor build detail', `https://console.apify.com/actors/${build.actId}#/builds/${build.buildNumber}`);

Expand Down

0 comments on commit 5e91da8

Please sign in to comment.