remove print statements

This commit is contained in:
rlx 2016-01-18 11:24:08 +05:30
parent 0a382be9bc
commit 99af6a00b9
2 changed files with 0 additions and 2 deletions

View File

@ -359,7 +359,6 @@ oml.ui.folders = function() {
}
},
change: function(data) {
Ox.print('got change event')
Ox.Request.clearCache();
},
editlist: function(data) {

View File

@ -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]});