remove print statements
This commit is contained in:
parent
0a382be9bc
commit
99af6a00b9
2 changed files with 0 additions and 2 deletions
|
@ -359,7 +359,6 @@ oml.ui.folders = function() {
|
|||
}
|
||||
},
|
||||
change: function(data) {
|
||||
Ox.print('got change event')
|
||||
Ox.Request.clearCache();
|
||||
},
|
||||
editlist: function(data) {
|
||||
|
|
|
@ -140,7 +140,6 @@ oml.ui.peersPanel = function() {
|
|||
.css({height: '16px'})
|
||||
.bindEvent({
|
||||
select: function(data) {
|
||||
Ox.print('SELECT:', data)
|
||||
if (data.ids.length) {
|
||||
selectItem($list);
|
||||
renderUser({section: data.ids[0]});
|
||||
|
|
Loading…
Reference in a new issue