Skip to content

Commit ee89a8f

Browse files
committed
Remove debug logs
1 parent fdbaa24 commit ee89a8f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

templates/cli/lib/commands/run.js.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ const { runtimeNames, systemTools, JwtManager, Queue } = require('../emulation/u
1818
const { dockerStop, dockerCleanup, dockerStart, dockerBuild, dockerPull } = require('../emulation/docker');
1919

2020
const runFunction = async ({ port, functionId, variables, reload, userId } = {}) => {
21-
console.log(variables);
22-
console.log(reload);
2321
// Selection
2422
if(!functionId) {
2523
const answers = await inquirer.prompt(questionsRunFunctions[0]);

0 commit comments

Comments
 (0)