Skip to content

Commit a6cf107

Browse files
Vikram KaltaVikram Kalta
authored andcommitted
fix: removed comments
1 parent 3e03fc5 commit a6cf107

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/contentstack.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,6 @@ class Contentstack {
6767
if (correspondingAsset) {
6868
correspondingAsset['href'] = item.url;
6969
}
70-
71-
// const correspondingAsset = entry[key].children.find(child => child.attrs['asset-uid'] === item.uid);
72-
// if (correspondingAsset) {
73-
// correspondingAsset.attrs['asset-link'] = item.url;
74-
// }
7570
}
7671
});
7772
}

0 commit comments

Comments
 (0)