Skip to content

Commit 437b623

Browse files
chore(deps): lock file maintenance (#698)
This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest dependency versions. --- ### Configuration 📅 **Schedule**: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-cli). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMS41IiwidXBkYXRlZEluVmVyIjoiMzkuMTEuNSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vlad Frangu <[email protected]>
1 parent e10bc31 commit 437b623

File tree

4 files changed

+2278
-1351
lines changed

4 files changed

+2278
-1351
lines changed

src/commands/run.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ export class RunCommand extends ApifyCommand<typeof RunCommand> {
106106
};
107107

108108
async run() {
109-
console.log('running');
110109
const cwd = process.cwd();
111110

112111
const { proxy, id: userId, token } = await getLocalUserInfo();

test/python_support.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ async def main():
6363

6464
await RunCommand.run([], import.meta.url);
6565

66-
console.log('ran');
67-
6866
// Check Actor output
6967
const actorOutputPath = joinPath(getLocalKeyValueStorePath(), 'OUTPUT.json');
7068
const actorOutput = loadJsonFileSync(actorOutputPath);

0 commit comments

Comments
 (0)