remove a print statement
This commit is contained in:
parent
8163f071a3
commit
12fc1d8add
1 changed files with 0 additions and 1 deletions
|
@ -914,7 +914,6 @@ pandora.getSortOperator = function(key) {
|
|||
};
|
||||
|
||||
pandora.getSpan = function(state, str, callback) {
|
||||
Ox.print('GET SPAN', state, str)
|
||||
// For a given item, or none (state.item), and a given view, or any
|
||||
// (state.view), this takes a string and checks if it is a valid
|
||||
// annotation/event/place id or an event/place name, and in that case sets
|
||||
|
|
Loading…
Reference in a new issue