apify-cli 0.8.2-beta.0 → 0.8.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/commands/push.js +0 -1
package/package.json
CHANGED
package/src/commands/push.js
CHANGED
|
@@ -136,7 +136,6 @@ class PushCommand extends ApifyCommand {
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
build = await apifyClient.build(build.id).get();
|
|
139
|
-
console.dir(build);
|
|
140
139
|
|
|
141
140
|
outputs.link('Actor build detail', `https://console.apify.com/actors/${build.actId}#/builds/${build.buildNumber}`);
|
|
142
141
|
|