forked from 0x2620/pandora
remove debug Ox.print
This commit is contained in:
parent
58978305a3
commit
cf0ee0d34d
3 changed files with 0 additions and 3 deletions
|
@ -509,7 +509,6 @@ pandora.ui.home = function() {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
mousewheel: function(e, delta, deltaX, deltaY) {
|
mousewheel: function(e, delta, deltaX, deltaY) {
|
||||||
Ox.print('mwd', deltaX);
|
|
||||||
// fixme: arbitrary
|
// fixme: arbitrary
|
||||||
scrollToPosition(position + Math.round(deltaX * 2), true);
|
scrollToPosition(position + Math.round(deltaX * 2), true);
|
||||||
}
|
}
|
||||||
|
|
|
@ -481,7 +481,6 @@ pandora.ui.home = function() {
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
mousewheel: function(e, delta, deltaX, deltaY) {
|
mousewheel: function(e, delta, deltaX, deltaY) {
|
||||||
Ox.print('mwd', deltaX);
|
|
||||||
// fixme: arbitrary
|
// fixme: arbitrary
|
||||||
scrollToPosition(position + Math.round(deltaX * 2), true);
|
scrollToPosition(position + Math.round(deltaX * 2), true);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1511,7 +1511,6 @@ pandora.getSpan = function(state, val, callback) {
|
||||||
// event/place name (string), and in that case sets state.span, and may
|
// event/place name (string), and in that case sets state.span, and may
|
||||||
// modify state.view.
|
// modify state.view.
|
||||||
// fixme: "subtitles:23" is still missing
|
// fixme: "subtitles:23" is still missing
|
||||||
Ox.print('GET SPAN', state, val)
|
|
||||||
if (state.type == pandora.site.itemName.plural.toLowerCase()) {
|
if (state.type == pandora.site.itemName.plural.toLowerCase()) {
|
||||||
var isArray = Ox.isArray(val),
|
var isArray = Ox.isArray(val),
|
||||||
isName, isVideoView, canBeAnnotation, canBeEvent, canBePlace;
|
isName, isVideoView, canBeAnnotation, canBeEvent, canBePlace;
|
||||||
|
|
Loading…
Reference in a new issue