Remove unnessecery logging.
This commit is contained in:
@@ -10,7 +10,6 @@ $(function() {
|
||||
$sw.prependTo('.topright');
|
||||
$truName.hide();
|
||||
$('#plugin-ident_switch-account').show();
|
||||
console.log("Doing replace.");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,7 +52,6 @@ function plugin_switchIdent_secure_onChange(e) {
|
||||
}
|
||||
|
||||
function plugin_switchIdent_switch(val) {
|
||||
console.log(rcmail.env.mailbox);
|
||||
rcmail.http_post('plugin.ident_switch.switch', { '_ident-id': val, '_mbox': rcmail.env.mailbox });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user