Skip to content

Commit 1a0c963

Browse files
authored
remove obsolete comment
Remove comments regarding conditional access to __SVELTEKIT_PAYLOAD__.
1 parent 2078bf4 commit 1a0c963

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/kit/src/runtime/client/client.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ let target;
189189
/** @type {import('./types.js').SvelteKitApp} */
190190
export let app;
191191

192-
// we have to conditionally access the properties of `__SVELTEKIT_PAYLOAD__`
193-
// because it will be `undefined` when users import the exports from this module.
194-
// It's only defined when the server renders a page.
195192
/** @type {Record<string, any>} */
196193
export let remote_responses = {};
197194

0 commit comments

Comments
 (0)