summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xjs/viewfeed.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/viewfeed.js b/js/viewfeed.js
index aee32b1d1..4b16654c4 100755
--- a/js/viewfeed.js
+++ b/js/viewfeed.js
@@ -455,8 +455,6 @@ function moveToPost(mode, noscroll, noexpand) {
}
if (!getActiveArticleId()) {
- console.log('hurr', rows[0]);
-
next_id = rows[0];
prev_id = rows[rows.length-1]
} else {