From 3fdca68fc54c85f053cc2cee2bd1a81e3dd7dafc Mon Sep 17 00:00:00 2001 From: Zachary Belford Date: Fri, 18 Jun 2021 12:56:31 -0700 Subject: [PATCH] fix: remove additional comment --- src/index.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/index.ts b/src/index.ts index 66e2888..9772710 100644 --- a/src/index.ts +++ b/src/index.ts @@ -124,9 +124,6 @@ export default function traverse( ([orig]) => foundCycle === orig, ) as [JSONSchema, JSONSchema]; - // attempt to signal that there is a cycle by putting one into the recursiveStack - - return cycledMutableSchema; }