Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 7ae99e8

Browse files
committed
Removing debugging comments
1 parent e1a4b1f commit 7ae99e8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/utils/get-form.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,6 @@ export const clearGetFormCacheForModel =
8080
(modelString) => delete formStateKeyCache[modelString]; // eslint-disable-line no-return-assign
8181

8282
const getFormStateKeyCached = (() => (state, modelString, s = defaultStrategy) => {
83-
// console.log('formStateKeyCache');
84-
// console.log(formStateKeyCache);
85-
// console.log('result');
86-
// const result = getFormStateKey(state, modelString, s);
87-
// console.log(result);
88-
8983
if (formStateKeyCache[modelString]) return formStateKeyCache[modelString];
9084

9185
const result = getFormStateKey(state, modelString, s);

0 commit comments

Comments
 (0)