Skip to content

Commit 1260529

Browse files
committed
[refactor] remove logging
1 parent c07e7a0 commit 1260529

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎js/links.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ var links = (function(){
365365
};
366366

367367
varrender=function(array){
368-
console.log("render");
369368
vargridItemBody=helper.e(".grid-item-body");
370369
if(array){
371370
array.forEach(function(arrayItem,index){

0 commit comments

Comments
(0)