forked from 0x2620/pandora
remove print statement
This commit is contained in:
parent
2c3cf67776
commit
caa36c1470
1 changed files with 0 additions and 1 deletions
|
@ -160,7 +160,6 @@ pandora.ui.news = function(width, height) {
|
|||
items.sort(function(a, b) {
|
||||
return a.date < b.date ? 1 : a.date > b.date ? -1 : 0;
|
||||
}).forEach(function(item, i) {
|
||||
Ox.print('??', i, item.id)
|
||||
Ox.Element()
|
||||
.addClass('item')
|
||||
.css({
|
||||
|
|
Loading…
Reference in a new issue