Skip to content

Commit

Permalink
Deleted console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chanelgreco committed Oct 22, 2024
1 parent 3d18bd0 commit 8d8cdac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gmail-sentiment-analysis/Gmail.gs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ function emailSentiment() {
let emailText = msgs[i][j].getPlainBody();
currentPrediction = processSentiment(emailText);
if(currentPrediction === true){
console.log("In condition:", currentPrediction)
label_upset.addToThread(msgs[i][j].getThread());
}
}
Expand Down

0 comments on commit 8d8cdac

Please sign in to comment.