remove debug Ox.print

This commit is contained in:
j 2014-02-02 18:29:47 +00:00
commit cf0ee0d34d
3 changed files with 0 additions and 3 deletions

View file

@ -1511,7 +1511,6 @@ pandora.getSpan = function(state, val, callback) {
// event/place name (string), and in that case sets state.span, and may
// modify state.view.
// fixme: "subtitles:23" is still missing
Ox.print('GET SPAN', state, val)
if (state.type == pandora.site.itemName.plural.toLowerCase()) {
var isArray = Ox.isArray(val),
isName, isVideoView, canBeAnnotation, canBeEvent, canBePlace;