Removed console.log JS

This commit is contained in:
Sybren A. Stüvel 2018-01-05 17:39:38 +01:00
parent 284d822a8a
commit 6a9c27f8bf

View File

@ -103,7 +103,6 @@ $(document).ready(function() {
function renderHits(content) {
var hitsHtml = '';
for (var i = 0; i < content.hits.length; ++i) {
console.log('rendering hit ', i, ': ', content.hits[i]);
var created = content.hits[i].created_at;
if (created) {
content.hits[i].created_at = convertTimestamp(created);