[refactor] remove logging

This commit is contained in:
zombieFox 2018-12-28 00:10:49 -07:00
parent c07e7a05d6
commit 1260529085

View File

@ -365,7 +365,6 @@ var links = (function() {
};
var render = function(array) {
console.log("render");
var gridItemBody = helper.e(".grid-item-body");
if (array) {
array.forEach(function(arrayItem, index) {