remove print statement
This commit is contained in:
parent
ce1eb4d262
commit
64c1658937
1 changed files with 0 additions and 1 deletions
|
@ -314,7 +314,6 @@ pandora.createLinks = function($element) {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
function addToHistory(result) {
|
function addToHistory(result) {
|
||||||
Ox.print('ADD TO HISTORY', text, result);
|
|
||||||
pandora.history.add({
|
pandora.history.add({
|
||||||
action: action,
|
action: action,
|
||||||
items: items,
|
items: items,
|
||||||
|
|
Loading…
Reference in a new issue