removing console rlogs

v1.18.x
Julian Lam 12 years ago
parent 1b63207920
commit 03511cd9a8

@ -35,7 +35,7 @@ marked.setOptions({
postcount = [], postcount = [],
locked = [], locked = [],
deleted = [], deleted = [],
pinned = [], pinned = [];
for (var i=0, ii=tids.length; i<ii; i++) { for (var i=0, ii=tids.length; i<ii; i++) {
title.push('tid:' + tids[i] + ':title'); title.push('tid:' + tids[i] + ':title');
@ -94,7 +94,6 @@ marked.setOptions({
if (!usernames || !has_read || !moderators || !teaser_info) return; if (!usernames || !has_read || !moderators || !teaser_info) return;
for (var i=0, ii=title.length; i<ii; i++) { for (var i=0, ii=title.length; i<ii; i++) {
console.log(teaser_info[i]);
topics.push({ topics.push({
'title' : title[i], 'title' : title[i],
'uid' : uid[i], 'uid' : uid[i],
@ -111,7 +110,6 @@ marked.setOptions({
'teaser_text': teaser_info[i].text, 'teaser_text': teaser_info[i].text,
'teaser_username': teaser_info[i].username 'teaser_username': teaser_info[i].username
}); });
console.log(teaser_info[i].text, teaser_info[i].username);
} }
// Float pinned topics to the top // Float pinned topics to the top

Loading…
Cancel
Save