Skip to content

Commit 9dcf11e

Browse files
committed
Remove comment which was forgotten to remove
1 parent c02bfcb commit 9dcf11e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ export const mapMultiRowFields = normalizeNamespace((
6262
getterType,
6363
mutationType,
6464
) => {
65-
// export function mapMultiRowFields(paths, getterType = `getField`, mutationType = `updateField`) {
6665
const pathsObject = Array.isArray(paths) ? arrayToObject(paths) : paths;
6766

6867
return Object.keys(pathsObject).reduce((entries, key) => {

0 commit comments

Comments
 (0)