Skip to content

Commit

Permalink
chore: remove previously completed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewvolk committed Aug 14, 2024
1 parent 0d464f3 commit 89d2e81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/twenty-rocks-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bigcommerce/create-catalyst": minor
---

remove already completed todo comment
3 changes: 0 additions & 3 deletions packages/create-catalyst/src/utils/write-env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ export const writeEnv = (
customerImpersonationToken: string;
},
) => {
/**
* @todo silence request logs by default
*/
outputFileSync(
join(projectDir, '.env.local'),
[
Expand Down

0 comments on commit 89d2e81

Please sign in to comment.