Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export class RunCommand extends ApifyCommand<typeof RunCommand> {
};

async run() {
console.log('running');
const cwd = process.cwd();

const { proxy, id: userId, token } = await getLocalUserInfo();
Expand Down
2 changes: 0 additions & 2 deletions test/python_support.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ async def main():

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

console.log('ran');

// Check Actor output
const actorOutputPath = joinPath(getLocalKeyValueStorePath(), 'OUTPUT.json');
const actorOutput = loadJsonFileSync(actorOutputPath);
Expand Down
Loading
Loading