removed debugging echos

This commit is contained in:
Niraj D 2017-09-12 11:06:14 -04:00 committed by GitHub
parent 089084f475
commit 78e10befdd

@ -12,7 +12,6 @@ function arch() {
var msg = threads[i].getMessages()[0]; var msg = threads[i].getMessages()[0];
var email = msg.getFrom().replace(/^.+<([^>]+)>$/, "$1"); var email = msg.getFrom().replace(/^.+<([^>]+)>$/, "$1");
if(values.indexOf(email) > -1){ if(values.indexOf(email) > -1){
//Logger.log('here?')
threads[i].addLabel(label); threads[i].addLabel(label);
threads[i].markRead(); threads[i].markRead();
threads[i].moveToArchive(); threads[i].moveToArchive();
@ -67,9 +66,6 @@ function getEmails() {
} }
} }
} }
if(d.uns === null){
Logger.log(d.subject)
}
data.push(d) data.push(d)
} else { } else {
break break
@ -91,6 +87,5 @@ function noneroll() {
subject: subject, subject: subject,
htmlBody: hB htmlBody: hB
}); });
//Logger.log(top + ct + end)
} }
} }