diff --git a/app/view/add/Add.js b/app/view/add/Add.js index a6c5f222..c9631250 100644 --- a/app/view/add/Add.js +++ b/app/view/add/Add.js @@ -108,7 +108,6 @@ Ext.define('Rambox.view.add.Add',{ }); cycleBtn.previousSibling().applyEmptyText(); cycleBtn.previousSibling().reset(); - console.log(activeItem); if ( me.edit && cycleBtn.nextSibling().originalValue !== '2' ) { me.service.get('custom_domain') && !activeItem.custom ? cycleBtn.previousSibling().reset() : cycleBtn.previousSibling().setValue('');