We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c07e7a0 commit 1260529Copy full SHA for 1260529
1 file changed
js/links.js
@@ -365,7 +365,6 @@ var links = (function() {
365
};
366
367
var render = function(array) {
368
- console.log("render");
369
var gridItemBody = helper.e(".grid-item-body");
370
if (array) {
371
array.forEach(function(arrayItem, index) {
0 commit comments