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) { change: function(data) {
Ox.print('got change event')
Ox.Request.clearCache(); Ox.Request.clearCache();
}, },
editlist: function(data) { editlist: function(data) {

View file

@ -140,7 +140,6 @@ oml.ui.peersPanel = function() {
.css({height: '16px'}) .css({height: '16px'})
.bindEvent({ .bindEvent({
select: function(data) { select: function(data) {
Ox.print('SELECT:', data)
if (data.ids.length) { if (data.ids.length) {
selectItem($list); selectItem($list);
renderUser({section: data.ids[0]}); renderUser({section: data.ids[0]});