From fccb90cb09b168853d7291988239c05d25f4f670 Mon Sep 17 00:00:00 2001 From: Vikram Kalta Date: Thu, 26 Sep 2024 08:41:08 +0100 Subject: [PATCH] fix: removed comments --- src/core/contentstack.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/contentstack.js b/src/core/contentstack.js index bb10c1db..abfd157a 100755 --- a/src/core/contentstack.js +++ b/src/core/contentstack.js @@ -67,11 +67,6 @@ class Contentstack { if (correspondingAsset) { correspondingAsset['href'] = item.url; } - - // const correspondingAsset = entry[key].children.find(child => child.attrs['asset-uid'] === item.uid); - // if (correspondingAsset) { - // correspondingAsset.attrs['asset-link'] = item.url; - // } } }); }