Skip to content

Commit 770d37c

Browse files
committed
Update env.ts
1 parent 218f2d1 commit 770d37c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/start/src/config

packages/start/src/config/env.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ function convertObjectToModule(object: Record<string, string>): string {
4343
for (const key in object) {
4444
result += `export const ${key} = ${JSON.stringify(object[key])};`;
4545
}
46-
console.log(result);
4746
return result;
4847
}
4948

0 commit comments

Comments
 (0)