remove a print statement
This commit is contained in:
parent
7be3a85074
commit
222954a227
1 changed files with 1 additions and 4 deletions
|
@ -356,10 +356,7 @@ pandora.ui.embedPanel = function() {
|
||||||
};
|
};
|
||||||
|
|
||||||
that.reloadPanel = function() {
|
that.reloadPanel = function() {
|
||||||
Ox.print('RELOAD::')
|
that.setElement(pandora.$ui.embedPanel = pandora.ui.embedPanel());
|
||||||
that.setElement(
|
|
||||||
pandora.$ui.embedPanel = pandora.ui.embedPanel()
|
|
||||||
);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
that.resizePanel = function() {
|
that.resizePanel = function() {
|
||||||
|
|
Loading…
Reference in a new issue