We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d18bd0 commit 8d8cdacCopy full SHA for 8d8cdac
gmail-sentiment-analysis/Gmail.gs
@@ -42,7 +42,6 @@ function emailSentiment() {
42
let emailText = msgs[i][j].getPlainBody();
43
currentPrediction = processSentiment(emailText);
44
if(currentPrediction === true){
45
- console.log("In condition:", currentPrediction)
46
label_upset.addToThread(msgs[i][j].getThread());
47
}
48
0 commit comments