Remove debug code

pull/5288/head
Aleksander Machniak 8 years ago
parent 1a8593a315
commit bf049c80e7

@ -4306,7 +4306,6 @@ function rcube_webmail()
}
// check for empty body (only possible if not mailvelope encrypted)
console.log(this.mailvelope_editor);
if (!this.mailvelope_editor && !this.editor.get_content() && !confirm(this.get_label('nobodywarning'))) {
this.editor.focus();
return false;

Loading…
Cancel
Save