Skip to content

Commit fe8c937

Browse files
authored
Remove rouge console.log from codegen (#4215)
1 parent 30fd613 commit fe8c937

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/quick-crews-occur.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"blitz": patch
3+
---
4+
5+
Remove rouge `console.log` during start

packages/blitz/src/cli/utils/codegen-tasks.ts

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const codegenTasks = async () => {
1616
*/
1717
const nextDir = await resolveCwd("next")
1818
const nextClientIndex = join(nextDir, "../..", "client", "index.js")
19-
console.log(nextClientIndex)
2019
const readFile = await fs.readFile(nextClientIndex)
2120
const packageJson = await getPackageJson()
2221
const version = packageJson.dependencies.next

0 commit comments

Comments
 (0)