Skip to content

Commit 56ea249

Browse files
committed
remove outdated comment. (test fails without that call)
1 parent a2f8790 commit 56ea249

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/decoder/DecodeOperation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ export function decodeValue(
119119
const [key, value] = iter.value;
120120

121121
// if value is a schema, remove its reference
122-
// FIXME: not sure if this is necessary, add more tests to confirm
123122
if (typeof(value) === "object") {
124123
previousRefId = $root.refIds.get(value);
125124
$root.removeRef(previousRefId);

0 commit comments

Comments
 (0)