Skip to content

Commit

Permalink
chore: remove console.logs lol
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu committed Nov 25, 2024
1 parent abb108c commit 45d1d9d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
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

0 comments on commit 45d1d9d

Please sign in to comment.