Skip to content

Commit 050b1d8

Browse files
committed
Remove console log
1 parent cd47a10 commit 050b1d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ async function init(prettyPrint: boolean = false, initClients: boolean = true) {
109109
app.runEnvironment = process.env.RunEnvironment as RunEnvironment;
110110
app.environmentConfig =
111111
environmentConfig[app.runEnvironment as RunEnvironment];
112-
console.log(app.environmentConfig.ValidCorsOrigins);
113112
app.setValidatorCompiler(validatorCompiler);
114113
app.setSerializerCompiler(serializerCompiler);
115114

0 commit comments

Comments
 (0)