Skip to content

Commit 8d8cdac

Browse files
committed
Deleted console.log statement
1 parent 3d18bd0 commit 8d8cdac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gmail-sentiment-analysis/Gmail.gs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function emailSentiment() {
4242
let emailText = msgs[i][j].getPlainBody();
4343
currentPrediction = processSentiment(emailText);
4444
if(currentPrediction === true){
45-
console.log("In condition:", currentPrediction)
4645
label_upset.addToThread(msgs[i][j].getThread());
4746
}
4847
}

0 commit comments

Comments
 (0)