From 5e91da8bb4cd26db9770bc4d198148358c4c3ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Nesveda?= Date: Wed, 5 Oct 2022 09:52:14 +0200 Subject: [PATCH] chore: remove forgotten console.dir (#283) --- src/commands/push.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/push.js b/src/commands/push.js index 5b28197c..757478bb 100644 --- a/src/commands/push.js +++ b/src/commands/push.js @@ -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}`);