Skip to content

Commit a7d6875

Browse files
authored
chore: remove debug code (#1724)
1 parent d933ccb commit a7d6875

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/image.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,8 +341,6 @@ describe('image', () => {
341341
// https://via.placeholder.com/150/000000/FFFFFF/
342342
const urlSpilt = imageUrl.split('/');
343343

344-
console.log(imageUrl);
345-
346344
expect(urlSpilt[0]).toBe('https:');
347345
expect(urlSpilt[2]).toBe('via.placeholder.com');
348346
expect(urlSpilt[3]).toBe('200x150');

0 commit comments

Comments
 (0)