Skip to content

Commit 0ce8739

Browse files
committed
remove unnecessary code
1 parent 44cfda7 commit 0ce8739

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

apps/tests/src/functions/use-server-function-meta.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
import { getServerFunctionMeta } from "@solidjs/start";
44

5-
import { SERVER_EXAMPLE } from 'env:server';
6-
75
export function serverFnWithMeta() {
8-
console.log(SERVER_EXAMPLE);
96
return typeof getServerFunctionMeta()?.id;
107
}

packages/start/src/config/env.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ export function envPlugin(options?: EnvPluginOptions): Plugin {
7777
if (!opts?.ssr) {
7878
return SERVER_ONLY_MODULE;
7979
}
80-
console.log('LOAD SERVER');
8180
const vars = currentOptions.server?.load
8281
? currentOptions.server.load()
8382
: loadEnv(env, '.', serverPrefix);

0 commit comments

Comments
 (0)