We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c1d46 commit aa3f8e1Copy full SHA for aa3f8e1
packages/kit/src/runtime/app/server/remote/form.js
@@ -183,7 +183,6 @@ export function form(validate_or_fn, maybe_fn) {
183
184
// Check cache for keyed instances
185
const cache_key = instance_info.id + '|' + JSON.stringify(key);
186
- console.log('cache_key', cache_key);
187
const cached = (state.form_instances ??= new Map()).get(cache_key);
188
if (cached) {
189
return cached;
0 commit comments