(js) Remove JavaScript debugging

pull/239/head
Francis Lachapelle 2018-01-10 08:41:07 -05:00
parent ed3fe1ecc2
commit 451133f226
1 changed files with 0 additions and 1 deletions

View File

@ -537,7 +537,6 @@
// Move mailbox among its siblings according to its new name
children.splice(i, 1);
sibling = _.find(children, function(o) {
Mailbox.$log.debug(o.name + ' ? ' + _this.name);
return (o.type == 'folder' && o.name.localeCompare(_this.name) > 0);
});
if (sibling) {