Skip to content

Commit

Permalink
Remove console.log statement in lambda-ts-cdk-stack.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pcholakov authored Jan 15, 2024
1 parent f18e791 commit cfc9b2c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class LambdaTsCdkStack extends cdk.Stack {
},
});

console.log(props);
const environment = props.selfHosted
? new restate.SingleNodeRestateDeployment(this, "Restate", {
logGroup: new logs.LogGroup(this, "RestateLogs", {
Expand Down

0 comments on commit cfc9b2c

Please sign in to comment.