Skip to content

Commit 8b82328

Browse files
committed
Remove console.log and update readme
1 parent ae2f8bc commit 8b82328

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ To retrieve the data of your channel follow the official instagram doc: https://
3434
Changelog
3535
----------
3636

37+
* 4.1.0 - Use only cropped images
3738
* 4.0.0 - API call optimization / Added configuration to do less call
3839
* 3.0.0 - Update dependency for magento 2.1
3940
* 2.2.1 - Fix like display configuration bug

view/frontend/web/js/InstagramWidget.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ define([
9292
count: config.num_photos
9393
},
9494
success: function(data){
95-
console.log(data);
9695
var html = that._render(data);
9796
that._setStream(html);
9897
that._setCookie(html, config.frequency);

0 commit comments

Comments
 (0)