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) {
|
items.sort(function(a, b) {
|
||||||
return a.date < b.date ? 1 : a.date > b.date ? -1 : 0;
|
return a.date < b.date ? 1 : a.date > b.date ? -1 : 0;
|
||||||
}).forEach(function(item, i) {
|
}).forEach(function(item, i) {
|
||||||
Ox.print('??', i, item.id)
|
|
||||||
Ox.Element()
|
Ox.Element()
|
||||||
.addClass('item')
|
.addClass('item')
|
||||||
.css({
|
.css({
|
||||||
|
|
Loading…
Reference in a new issue