Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
remove unnecessary function log
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 10, 2024
1 parent 4b8ef7f commit 60c00db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion platform/src/components/aws/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1200,7 +1200,6 @@ export class Function extends Component implements Link.Linkable {

buildInput.apply(async (input) => {
if (!input.dev) return;
console.log(input);
await rpc.call("Runtime.AddTarget", input);
});

Expand Down

0 comments on commit 60c00db

Please sign in to comment.