Skip to content

Commit c54d70b

Browse files
Remove console log
1 parent ce4cd80 commit c54d70b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/pages/FrontPage/index.test.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,6 @@ describe('Front Page', () => {
177177
variant: 'lat',
178178
});
179179

180-
console.log({ pageData });
181-
182180
const { path } = pageData.content.groups[0].items[0].indexImage;
183181
const imageURL = `https://ichef.test.bbci.co.uk/ace/ws/660${path}.webp`;
184182
const expectedWebpSrcSetURLs = [

0 commit comments

Comments
 (0)