forked from 0x2620/pandora
remove print statements
This commit is contained in:
parent
78f132f792
commit
6c5b74d57c
3 changed files with 0 additions and 3 deletions
|
@ -302,7 +302,6 @@ pandora.ui.folderList = function(id) {
|
|||
} else if (data.key == 'status') {
|
||||
var status = that.value(data.id, data.key) == 'private' ? 'public' : 'private';
|
||||
pandora.changeListStatus(data.id, status, function(result) {
|
||||
Ox.print('cLS', result.data);
|
||||
that.value(result.data.id, 'status', result.data.status);
|
||||
});
|
||||
} else if (data.key == 'path') {
|
||||
|
|
|
@ -784,7 +784,6 @@ pandora.ui.infoView = function(data) {
|
|||
change: function(event) {
|
||||
var rightsLevel = event.value
|
||||
$rightsLevelElement = getRightsLevelElement(rightsLevel);
|
||||
Ox.print(rightsLevel, '...', $rightsLevelElement)
|
||||
$rightsLevelSelect
|
||||
.css({background: $rightsLevelElement.css('background')})
|
||||
.data({OxColor: $rightsLevelElement.data('OxColor')})
|
||||
|
|
|
@ -736,7 +736,6 @@ pandora.ui.usersDialog = function() {
|
|||
function setHeight(data) {
|
||||
var form = $formButton.value(),
|
||||
$item = getFormItemById(form == 'edit' ? 'notes' : 'message');
|
||||
Ox.print('$ITEM', $item)
|
||||
dialogHeight = data.height;
|
||||
$item && $item.options({
|
||||
height: dialogHeight - (form == 'edit' ? 160 : 208)
|
||||
|
|
Loading…
Reference in a new issue