Skip to content

Commit aa3f8e1

Browse files
committed
remove console.log
1 parent f9c1d46 commit aa3f8e1

File tree

1 file changed

+0
-1
lines changed
  • packages/kit/src/runtime/app/server/remote

1 file changed

+0
-1
lines changed

packages/kit/src/runtime/app/server/remote/form.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ export function form(validate_or_fn, maybe_fn) {
183183

184184
// Check cache for keyed instances
185185
const cache_key = instance_info.id + '|' + JSON.stringify(key);
186-
console.log('cache_key', cache_key);
187186
const cached = (state.form_instances ??= new Map()).get(cache_key);
188187
if (cached) {
189188
return cached;

0 commit comments

Comments
 (0)