diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2018-11-30 20:24:38 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2018-11-30 20:24:38 +0300 |
| commit | c1ee7035e6060ef358fcd08a8404b414ca472bc2 (patch) | |
| tree | f085eb7c9f50a2981cf681686aef6cad639ed059 /js | |
| parent | 137bc3b3dbc2692596b0b0d53ae5182ab75ac2bc (diff) | |
</hurr>
Diffstat (limited to 'js')
| -rwxr-xr-x | js/viewfeed.js | 2 |
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 { |