log improved
This commit is contained in:
parent
4e1b20026b
commit
1a28f5efba
1 changed files with 1 additions and 1 deletions
|
|
@ -1041,7 +1041,7 @@ async function processEmails(messages, addTagsAuto, spamFilter) {
|
||||||
...getDynamicSettingsDefaults(['use_specific_integration', 'connection_type']),
|
...getDynamicSettingsDefaults(['use_specific_integration', 'connection_type']),
|
||||||
do_debug: prefs_default.do_debug,
|
do_debug: prefs_default.do_debug,
|
||||||
});
|
});
|
||||||
// console.log(">>>>>>>>>>>>>>>> getDynamicSettingsDefaults: " + JSON.stringify(getDynamicSettingsDefaults(['use_specific_integration', 'connection_type'])));
|
// console.log(">>>>>>>>>>>>>>>> prefs_aats: " + JSON.stringify(prefs_aats));
|
||||||
for await (let message of messages) {
|
for await (let message of messages) {
|
||||||
let curr_fullMessage = null;
|
let curr_fullMessage = null;
|
||||||
let msg_text = null;
|
let msg_text = null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue