Skip to content

Commit b889cbd

Browse files
committed
remove console log
1 parent 07e876b commit b889cbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

feature-meme.js

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ request(`https://picsum.photos/v2/list?page=${pages}&limit=100`, function(
1111
//dont load really wide images and portrait images
1212
while(aspectRatio<(4/3)|| aspectRatio>(16/9))
1313
{
14-
console.log('image rejected, reloading');
1514
imageObj=response[Math.floor(Math.random() * 100)];
1615
image.src = imageObj.download_url;
1716
aspectRatio= imageObj.width/imageObj.height;

0 commit comments

Comments
 (0)